aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/GlobalKeyHandler.ts
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2020-10-05 11:59:48 -0400
committerbobzel <zzzman@gmail.com>2020-10-05 11:59:48 -0400
commit2a5cceb16d102a2139ca876983577eb8d882e9e0 (patch)
tree93abb019c104c69b69e5f664b43fdf5fa1417535 /src/client/views/GlobalKeyHandler.ts
parentb725cbb244136ddfffad24d4ac68b9beb31845a3 (diff)
handled concurrent list additions as a special case (need to handle all concurrent edits still).
Diffstat (limited to 'src/client/views/GlobalKeyHandler.ts')
-rw-r--r--src/client/views/GlobalKeyHandler.ts2
1 files changed, 1 insertions, 1 deletions
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;