aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/GlobalKeyHandler.ts
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2021-02-02 13:53:50 -0500
committerbobzel <zzzman@gmail.com>2021-02-02 13:53:50 -0500
commit2e26c14fe82fa7dfdeb51398558101a0047743e6 (patch)
treee5916f24085ffa228bd8a2f8827d9a89976caaac /src/client/views/GlobalKeyHandler.ts
parent41bb365dd4f787aec2262dcb07508e0de3837e10 (diff)
playing with a general lightbox for Dash documents.
Diffstat (limited to 'src/client/views/GlobalKeyHandler.ts')
-rw-r--r--src/client/views/GlobalKeyHandler.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/GlobalKeyHandler.ts b/src/client/views/GlobalKeyHandler.ts
index e56ba38dd..de73004a0 100644
--- a/src/client/views/GlobalKeyHandler.ts
+++ b/src/client/views/GlobalKeyHandler.ts
@@ -114,6 +114,7 @@ export class KeyManager {
DocumentLinksButton.StartLink = undefined;
DocumentLinksButton.StartLinkView = undefined;
InkStrokeProperties.Instance && (InkStrokeProperties.Instance._controlBtn = false);
+ MainView.Instance.LightboxDoc = undefined;
Doc.SetSelectedTool(InkTool.None);
var doDeselect = true;