diff --git a/src/components/Toolbar.js b/src/components/Toolbar.js index 695fbfa9..43f72830 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(); } } );