Skip to content

Commit

Permalink
fix: cancel current entity if position changes (#427)
Browse files Browse the repository at this point in the history
  • Loading branch information
davigps authored Oct 31, 2023
1 parent 978b153 commit 67ef99e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/Toolbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ export default class Toolbar extends Component {
},
arrowStyle: selectionCoords.arrowStyle
});

this.cancelEntity();
}
}
);
Expand Down

0 comments on commit 67ef99e

Please sign in to comment.