Skip to content

Commit

Permalink
fix: 🐛 Fixes moveNewHandle for click-move-click interaction (#1210)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesAPetts authored Apr 2, 2020
1 parent 1a627bf commit 6df738e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/manipulators/moveNewHandle.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ export default function(
const { element } = eventData;

annotation.active = true;

handle.active = true;
state.isToolLocked = true;

Expand Down

0 comments on commit 6df738e

Please sign in to comment.