From 7e551d2c90d3fedc6f9127f96b64b2abb5d02f73 Mon Sep 17 00:00:00 2001 From: Chih-Hsuan Yen <645432-yan12125@users.noreply.gitlab.com> Date: Thu, 9 May 2024 21:54:17 +0800 Subject: [PATCH 1/3] Handle special keys only when IME is not compositing This fixes interference between special keys (ESC, Enter, ...) for Chinese input methods and the UI. Closes https://github.com/nextcloud/tasks/issues/2572 Signed-off-by: Chih-Hsuan Yen <645432-yan12125@users.noreply.gitlab.com> --- src/components/AppSidebar/NotesItem.vue | 17 ++++++++++++++++- src/components/HeaderBar.vue | 22 ++++++++++++++++++++-- 2 files changed, 36 insertions(+), 3 deletions(-) diff --git a/src/components/AppSidebar/NotesItem.vue b/src/components/AppSidebar/NotesItem.vue index ef866cdd2..ad6ec8d35 100644 --- a/src/components/AppSidebar/NotesItem.vue +++ b/src/components/AppSidebar/NotesItem.vue @@ -35,7 +35,9 @@ License along with this library. If not, see .