mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 11:06:40 +07:00
added map fitting
This commit is contained in:
parent
0314edd550
commit
bc34cf3876
12 changed files with 93 additions and 78 deletions
|
@ -48,7 +48,11 @@ export const editorResetSaveDialog = () => ({ type: EDITOR_ACTIONS.RESET_SAVE_DI
|
|||
export const editorSetSave = (save: Partial<IEditorState['save']>) => ({
|
||||
type: EDITOR_ACTIONS.SET_SAVE,
|
||||
save,
|
||||
})
|
||||
});
|
||||
|
||||
export const editorCancelSave = () => ({
|
||||
type: EDITOR_ACTIONS.CANCEL_SAVE,
|
||||
});
|
||||
|
||||
export const editorHideRenderer = () => ({ type: EDITOR_ACTIONS.HIDE_RENDERER });
|
||||
export const editorSetRenderer = payload => ({ type: EDITOR_ACTIONS.SET_RENDERER, payload });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue