mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 11:06:40 +07:00
setMode --> changeMode
This commit is contained in:
parent
5e55434772
commit
d0f419c18b
9 changed files with 80 additions and 42 deletions
|
@ -2,6 +2,7 @@ const P = 'EDITOR';
|
|||
|
||||
export const EDITOR_ACTIONS = {
|
||||
SET_EDITING: `${P}-SET_EDITING`,
|
||||
CHANGE_MODE: `${P}-CHANGE_MODE`,
|
||||
SET_MODE: `${P}-SET_MODE`,
|
||||
SET_DISTANCE: `${P}-SET_DISTANCE`,
|
||||
SET_CHANGED: `${P}-SET_CHANGED`,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue