added map fitting

This commit is contained in:
Fedor Katurov 2020-01-13 17:43:38 +07:00
parent 0314edd550
commit bc34cf3876
12 changed files with 93 additions and 78 deletions

View file

@ -51,7 +51,7 @@ export interface IEditorState {
};
}
const EDITOR_INITIAL_STATE = {
export const EDITOR_INITIAL_STATE = {
changed: false,
editing: false,
ready: false,