drawing arrows

This commit is contained in:
muerwre 2019-03-07 16:37:40 +07:00
parent f8d16d150a
commit 3f2e2ba856
7 changed files with 65 additions and 14 deletions

View file

@ -76,7 +76,6 @@ class Component extends React.Component<IMapListDialogProps, IMapListDialogState
});
stopEditing = (): void => {
console.log('stop it!');
this.setState({ editor_target: null });
};