mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 19:16:41 +07:00
editor: hotkeys added
This commit is contained in:
parent
d95f51bd3b
commit
25ae7f8282
9 changed files with 48 additions and 17 deletions
|
@ -47,3 +47,4 @@ export const locationChanged = location => ({ type: ACTIONS.LOCATION_CHANGED, lo
|
|||
export const setReady = ready => ({ type: ACTIONS.SET_READY, ready });
|
||||
|
||||
export const gotVkUser = user => ({ type: ACTIONS.GOT_VK_USER, user });
|
||||
export const keyPressed = ({ key }) => ({ type: ACTIONS.KEY_PRESSED, key });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue