diff options
author | bob <bcz@cs.brown.edu> | 2019-11-12 15:07:03 -0500 |
---|---|---|
committer | bob <bcz@cs.brown.edu> | 2019-11-12 15:07:03 -0500 |
commit | d7150995d62c498ab8435de986b90d98bdca020c (patch) | |
tree | 572ef6b6967615cf3ec0d3722b3a027283b21731 /src/client/views/GlobalKeyHandler.ts | |
parent | d220b23867050fb6565fe639c3be28080f589aa2 (diff) |
a bunch of cleanup and bug fixes to text links and doculink buttons
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 9ca9fc163..8f397e331 100644 --- a/src/client/views/GlobalKeyHandler.ts +++ b/src/client/views/GlobalKeyHandler.ts @@ -165,7 +165,7 @@ export default class KeyManager { } } break; - case "c": + case "t": PromiseValue(Cast(CurrentUserUtils.UserDocument.Create, Doc)).then(pv => pv && (pv.onClick as ScriptField).script.run({ this: pv })); if (MainView.Instance.flyoutWidth === 240) { MainView.Instance.flyoutWidth = 0; |