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