Dispatch blur as well as change.

This commit is contained in:
Sam Rose 2025-03-12 16:50:34 +00:00
parent 929c759247
commit df5e5d909b
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -196,6 +196,7 @@
previousContents = null
resetPopover()
dispatch("change", editor.state.doc.toString())
dispatch("blur", editor.state.doc.toString())
}
const rejectSuggestion = () => {