mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-26 03:26:41 +07:00
fixed dialog witdths
This commit is contained in:
parent
65885acb75
commit
afc9654200
13 changed files with 115 additions and 132 deletions
|
@ -1,6 +1,7 @@
|
|||
import { IState } from "../store";
|
||||
|
||||
export const selectEditor = (state: IState) => state.editor;
|
||||
export const selectEditorSave = (state: IState) => state.editor.save;
|
||||
export const selectEditorEditing = (state: IState) => state.editor.editing;
|
||||
export const selectEditorMode = (state: IState) => state.editor.mode;
|
||||
export const selectEditorActiveSticker = (state: IState) => state.editor.activeSticker;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue