pull/1244/head
Zef Hemel 2025-02-05 09:01:26 +01:00
parent 1e30517955
commit 2ea3d8fe4f
1 changed files with 2 additions and 1 deletions

View File

@ -32,7 +32,8 @@ export class MainUI {
closeSearchPanel(client.editorView);
return;
} else if (
target.className === "cm-textfield" || target.closest(".cm-content")
target.className === "cm-textfield" ||
target.closest(".cm-content") || target.closest(".cm-vim-panel")
) {
// In some cm element, let's back out
return;