chore: insert hyperlink with default value #368
This commit is contained in:
+2
-1
@@ -424,7 +424,8 @@ window.onload = function () {
|
|||||||
label: '文本',
|
label: '文本',
|
||||||
name: 'name',
|
name: 'name',
|
||||||
required: true,
|
required: true,
|
||||||
placeholder: '请输入文本'
|
placeholder: '请输入文本',
|
||||||
|
value: instance.command.getRangeText()
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: 'text',
|
type: 'text',
|
||||||
|
|||||||
Reference in New Issue
Block a user