This commit is contained in:
lesion 2022-02-26 21:28:16 +01:00
parent 3568797fd1
commit 0a13afd0ad
No known key found for this signature in database
GPG key ID: 352918250B012177

View file

@ -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')
</template>
<script>
import debounce from 'lodash/debounce'