diff options
author | Geireann Lindfield Roberts <60007097+geireann@users.noreply.github.com> | 2020-10-22 23:39:12 +0800 |
---|---|---|
committer | Geireann Lindfield Roberts <60007097+geireann@users.noreply.github.com> | 2020-10-22 23:39:12 +0800 |
commit | a3565f9837f416b0b782bbe644c8a10a3ce5b47c (patch) | |
tree | 91b267ea25574a56e733d482cdc851f3688cc999 /src | |
parent | b5901af1296d63d8930afb218ff05fe57a1e4e6e (diff) |
remove last chagne
Diffstat (limited to 'src')
-rw-r--r-- | src/client/views/nodes/PresBox.tsx | 1 |
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; } |