aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/GlobalKeyHandler.ts
diff options
context:
space:
mode:
authorSam Wilkins <samwilkins333@gmail.com>2019-07-02 15:17:52 -0400
committerSam Wilkins <samwilkins333@gmail.com>2019-07-02 15:17:52 -0400
commit9b6a8b6685e1bb98960f650997663e5bb8501c4a (patch)
treef232b800764281dff26850d0dfd0fc59bd8fb927 /src/client/views/GlobalKeyHandler.ts
parent49cf949250fb9b01a8457c2c3dee60b19f60c036 (diff)
made color selection undoable and display color updates based on first item in selected 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 574e43ba3..fb4a107ad 100644
--- a/src/client/views/GlobalKeyHandler.ts
+++ b/src/client/views/GlobalKeyHandler.ts
@@ -65,6 +65,7 @@ export default class KeyManager {
SelectionManager.DeselectAll();
}
}
+ MainView.Instance.toggleColorPicker(true);
break;
}