We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba3deee commit 382fb9cCopy full SHA for 382fb9c
1 file changed
src/components/inline-tools/inline-tool-link.ts
@@ -212,7 +212,7 @@ export default class LinkInlineTool implements InlineTool {
212
*/
213
const hrefAttr = anchorTag.getAttribute('href');
214
215
- this.nodes.input.value = hrefAttr !== 'null' ? hrefAttr : '';
+ this.nodes.input.defaultValue = hrefAttr !== 'null' ? hrefAttr : '';
216
217
this.selection.save();
218
} else {
0 commit comments