Skip to content

Commit 563318c

Browse files
Merge pull request #3937 from nextcloud/bugfix/3913/stop-eating-input
fix(NcRichContenteditable): Completely stop event propagation for keyup events
2 parents d1d7d1b + 299a372 commit 563318c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/NcRichContenteditable/NcRichContenteditable.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -660,6 +660,7 @@ export default {
660660
661661
onKeyUp(event) {
662662
// prevent tribute from opening on keyup
663+
event.stopImmediatePropagation()
663664
},
664665
},
665666
}

0 commit comments

Comments
 (0)