aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/formattedText/ProsemirrorExampleTransfer.ts
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2020-09-11 19:51:08 -0400
committerbobzel <zzzman@gmail.com>2020-09-11 19:51:08 -0400
commitbfd2769ccce8db190913d9a9fcb6f8f3cac75935 (patch)
tree267a7a4480e9595ca43c51060e9ec58d4e48e2a7 /src/client/views/nodes/formattedText/ProsemirrorExampleTransfer.ts
parentb81ad33b746387dc785580b719866f479fbd9b30 (diff)
fixed warnings and fixed focus on slide
Diffstat (limited to 'src/client/views/nodes/formattedText/ProsemirrorExampleTransfer.ts')
-rw-r--r--src/client/views/nodes/formattedText/ProsemirrorExampleTransfer.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/formattedText/ProsemirrorExampleTransfer.ts b/src/client/views/nodes/formattedText/ProsemirrorExampleTransfer.ts
index 674b63e77..9895940d1 100644
--- a/src/client/views/nodes/formattedText/ProsemirrorExampleTransfer.ts
+++ b/src/client/views/nodes/formattedText/ProsemirrorExampleTransfer.ts
@@ -68,7 +68,7 @@ export function buildKeymap<S extends Schema<any>>(schema: S, props: any, mapKey
return true;
}
return false;
- }
+ };
//History commands
bind("Mod-z", undo);