From 432f1bb645d446f707a8056d2b804a8b02c39ed3 Mon Sep 17 00:00:00 2001 From: Isaiah Odhner Date: Thu, 3 Oct 2019 16:37:44 -0400 Subject: [PATCH] Hide tool preview immediately when canceling Previously you had to move the mouse for the tool preview to hide after you hit Esc or pressed two mouse buttons while using Free-Form Select. --- src/functions.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/functions.js b/src/functions.js index e0d49f7..f92648a 100644 --- a/src/functions.js +++ b/src/functions.js @@ -763,6 +763,7 @@ function cancel(){ ); if(!passive){ undo(); } $G.triggerHandler("pointerup", "cancel"); + update_helper_layer(); } function this_ones_a_frame_changer(){ deselect();