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.
main
Isaiah Odhner 2019-10-03 16:37:44 -04:00
parent 017203dee6
commit 432f1bb645
1 changed files with 1 additions and 0 deletions

View File

@ -763,6 +763,7 @@ function cancel(){
);
if(!passive){ undo(); }
$G.triggerHandler("pointerup", "cancel");
update_helper_layer();
}
function this_ones_a_frame_changer(){
deselect();