Dispatch blur as well as change.
This commit is contained in:
parent
929c759247
commit
df5e5d909b
|
@ -196,6 +196,7 @@
|
|||
previousContents = null
|
||||
resetPopover()
|
||||
dispatch("change", editor.state.doc.toString())
|
||||
dispatch("blur", editor.state.doc.toString())
|
||||
}
|
||||
|
||||
const rejectSuggestion = () => {
|
||||
|
|
Loading…
Reference in New Issue