removed panel radius

returned ability to save maps without changes
This commit is contained in:
muerwre 2019-02-13 16:05:09 +07:00
parent 88f91c8529
commit a04b903206
3 changed files with 477 additions and 452 deletions

View file

@ -39,7 +39,7 @@ class Component extends React.PureComponent<Props, void> {
startRouterMode = () => this.props.setMode(MODES.ROUTER);
startTrashMode = () => this.props.setMode(MODES.TRASH);
startSaveMode = () => {
if (!this.props.changed) return;
// if (!this.props.changed) return;
this.props.setMode(MODES.SAVE);
};