mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 11:06:40 +07:00
removed panel radius
returned ability to save maps without changes
This commit is contained in:
parent
88f91c8529
commit
a04b903206
3 changed files with 477 additions and 452 deletions
|
@ -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);
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue