minor
This commit is contained in:
@@ -61,7 +61,7 @@
|
|||||||
:value='isActive.link() && getMarkAttrs("link") && getMarkAttrs("link").href || ""'
|
:value='isActive.link() && getMarkAttrs("link") && getMarkAttrs("link").href || ""'
|
||||||
@keypress.enter='commands.link({ href: $event.target.value}); editor.focus()')
|
@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')
|
||||||
</template>
|
</template>
|
||||||
<script>
|
<script>
|
||||||
import debounce from 'lodash/debounce'
|
import debounce from 'lodash/debounce'
|
||||||
|
|||||||
Reference in New Issue
Block a user