aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeireann Lindfield Roberts <60007097+geireann@users.noreply.github.com>2020-10-22 23:39:12 +0800
committerGeireann Lindfield Roberts <60007097+geireann@users.noreply.github.com>2020-10-22 23:39:12 +0800
commita3565f9837f416b0b782bbe644c8a10a3ce5b47c (patch)
tree91b267ea25574a56e733d482cdc851f3688cc999
parentb5901af1296d63d8930afb218ff05fe57a1e4e6e (diff)
remove last chagne
-rw-r--r--src/client/views/nodes/PresBox.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/nodes/PresBox.tsx b/src/client/views/nodes/PresBox.tsx
index 7d29a4f41..d05674d69 100644
--- a/src/client/views/nodes/PresBox.tsx
+++ b/src/client/views/nodes/PresBox.tsx
@@ -153,7 +153,6 @@ export class PresBox extends ViewBoxBaseComponent<FieldViewProps, PresBoxSchema>
updateCurrentPresentation = () => {
Doc.UserDoc().activePresentation = this.rootDoc;
document.addEventListener("keydown", this.keyEvents, true);
- this._presKeyEventsActive = true;
this.selectPres();
PresBox.Instance = this;
}