diff --git a/src/manipulators/moveNewHandle.js b/src/manipulators/moveNewHandle.js index d59195c9b..c5d5eb9c8 100644 --- a/src/manipulators/moveNewHandle.js +++ b/src/manipulators/moveNewHandle.js @@ -65,6 +65,7 @@ export default function( const { element } = eventData; annotation.active = true; + handle.active = true; state.isToolLocked = true;