fix submitter dropdown bug on safari

pull/105/head
Alex Turchyn 2 years ago
parent 32b453f9a2
commit 50e9222216

@ -86,10 +86,11 @@ export default {
},
methods: {
onBlur (e) {
setTimeout(() => {
this.value = this.$refs.contenteditable.innerText.trim() || this.modelValue
this.$emit('update:model-value', this.value)
this.$emit('blur', e)
}, 1)
},
focusContenteditable () {
this.$refs.contenteditable.focus()

Loading…
Cancel
Save