aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/GlobalKeyHandler.ts
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2020-08-23 17:40:18 -0400
committerbobzel <zzzman@gmail.com>2020-08-23 17:40:18 -0400
commit7b081d6f4d73811b280c1c4a6b931ef318427610 (patch)
treee3765e3b0119bb0f9d76c02c34323b2d38456ea9 /src/client/views/GlobalKeyHandler.ts
parentf504934782b6458585148e3412b5fef975515931 (diff)
fixed start/end link for text selections on start link. fixed display of link target from link text hyperlink
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 be6aa6be2..9e7f525b7 100644
--- a/src/client/views/GlobalKeyHandler.ts
+++ b/src/client/views/GlobalKeyHandler.ts
@@ -89,6 +89,7 @@ export default class KeyManager {
// }
// }
DocumentLinksButton.StartLink = undefined;
+ DocumentLinksButton.StartLinkView = undefined;
const main = MainView.Instance;
Doc.SetSelectedTool(InkTool.None);