From 0a13afd0ad649d039ceab3a571c3254559093cdc Mon Sep 17 00:00:00 2001 From: lesion Date: Sat, 26 Feb 2022 21:28:16 +0100 Subject: [PATCH] minor --- components/Editor.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Editor.vue b/components/Editor.vue index 74510b70..421c3cb2 100644 --- a/components/Editor.vue +++ b/components/Editor.vue @@ -61,7 +61,7 @@ :value='isActive.link() && getMarkAttrs("link") && getMarkAttrs("link").href || ""' @keypress.enter='commands.link({ href: $event.target.value}); editor.focus()') - editor-content.content(:editor='editor' spellcheck='false' :style="{ 'max-height': maxHeight }") + editor-content.content(:editor='editor' spellcheck='false' :style="{ 'max-height': maxHeight }" :aria-label='label' :label='label')