diff --git a/src/components/Toolbar.js b/src/components/Toolbar.js index 46558caf..506330bb 100644 --- a/src/components/Toolbar.js +++ b/src/components/Toolbar.js @@ -140,6 +140,8 @@ export default class Toolbar extends Component { }, arrowStyle: selectionCoords.arrowStyle }); + + this.cancelEntity(); } } );