Skip to content

Commit

Permalink
Merge pull request #3937 from nextcloud/bugfix/3913/stop-eating-input
Browse files Browse the repository at this point in the history
fix(NcRichContenteditable): Completely stop event propagation for keyup events
  • Loading branch information
nickvergessen committed Mar 28, 2023
2 parents d1d7d1b + 299a372 commit 563318c
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -660,6 +660,7 @@ export default {
onKeyUp(event) {
// prevent tribute from opening on keyup
event.stopImmediatePropagation()
},
},
}
Expand Down

0 comments on commit 563318c

Please sign in to comment.