From 2a5cceb16d102a2139ca876983577eb8d882e9e0 Mon Sep 17 00:00:00 2001 From: bobzel Date: Mon, 5 Oct 2020 11:59:48 -0400 Subject: handled concurrent list additions as a special case (need to handle all concurrent edits still). --- src/client/views/GlobalKeyHandler.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client') diff --git a/src/client/views/GlobalKeyHandler.ts b/src/client/views/GlobalKeyHandler.ts index b9b771027..89292a445 100644 --- a/src/client/views/GlobalKeyHandler.ts +++ b/src/client/views/GlobalKeyHandler.ts @@ -226,7 +226,7 @@ export class KeyManager { if (e.target !== document.body) { stopPropagation = false; preventDefault = false; - }; + } break; case "v": stopPropagation = false; -- cgit v1.2.3-70-g09d2