diff options
author | Geireann Lindfield Roberts <60007097+geireann@users.noreply.github.com> | 2021-07-22 15:27:58 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-22 15:27:58 -0400 |
commit | a77809e5afdfa0952ceddf262d61b0a11e45a591 (patch) | |
tree | d4f1d87ed48619644b0913c46247f711d314a1f2 /src/client/views/GlobalKeyHandler.ts | |
parent | 2b2329a928772b3e0d45fca1e99ef29116c582f2 (diff) | |
parent | 44f74e1e8ee82e76d32c6e5e0812ac04bf81c16c (diff) |
Merge pull request #21 from brown-dash/ink-gfx-victor
Ink Changes (Handle Tangency, Visual Updates, Control Point Creation)
Diffstat (limited to 'src/client/views/GlobalKeyHandler.ts')
-rw-r--r-- | src/client/views/GlobalKeyHandler.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/GlobalKeyHandler.ts b/src/client/views/GlobalKeyHandler.ts index c4162a6bb..76eb4c142 100644 --- a/src/client/views/GlobalKeyHandler.ts +++ b/src/client/views/GlobalKeyHandler.ts @@ -114,7 +114,7 @@ export class KeyManager { case "escape": DocumentLinksButton.StartLink = undefined; DocumentLinksButton.StartLinkView = undefined; - InkStrokeProperties.Instance && (InkStrokeProperties.Instance._controlBtn = false); + InkStrokeProperties.Instance && (InkStrokeProperties.Instance._controlButton = false); CurrentUserUtils.SelectedTool = InkTool.None; var doDeselect = true; if (SnappingManager.GetIsDragging()) { |