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 });
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue