mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 19:16:41 +07:00
cleanup
This commit is contained in:
parent
9c97c2df34
commit
0fcd0bd209
2 changed files with 2 additions and 3 deletions
|
@ -115,12 +115,11 @@ export class App extends React.Component {
|
|||
|
||||
triggerOnChange = () => {
|
||||
if (!this.state.editing) return;
|
||||
console.log('CHANGED!');
|
||||
|
||||
this.setState({ changed: true });
|
||||
};
|
||||
|
||||
clearChanged = () => {
|
||||
console.log('clearing');
|
||||
this.setState({ changed: false });
|
||||
};
|
||||
|
||||
|
|
|
@ -227,7 +227,7 @@ export class Editor {
|
|||
title: this.getTitle(),
|
||||
owner: this.owner,
|
||||
address: this.owner === id ? path : null,
|
||||
path: path,
|
||||
path,
|
||||
route,
|
||||
stickers,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue