From 22cc2d3539ccf9fa70c232551761bbb39388e8e2 Mon Sep 17 00:00:00 2001 From: yipstanley Date: Fri, 12 Jul 2019 19:27:46 -0400 Subject: oops --- src/client/views/GlobalKeyHandler.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/client/views/GlobalKeyHandler.ts b/src/client/views/GlobalKeyHandler.ts index 037eee55f..d3c689571 100644 --- a/src/client/views/GlobalKeyHandler.ts +++ b/src/client/views/GlobalKeyHandler.ts @@ -71,7 +71,7 @@ export default class KeyManager { case "backspace": if (document.activeElement) { if (document.activeElement.tagName === "INPUT" || document.activeElement.tagName === "TEXTAREA") { - return; + return { stopPropagation: false, preventDefault: false }; } } UndoManager.RunInBatch(() => { -- cgit v1.2.3-70-g09d2