Skip to content

Commit

Permalink
Added change-ing to move tool on double esc
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysztofkrzeslak committed Nov 24, 2019
1 parent 8e13766 commit 249860a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions simulator/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4534,6 +4534,11 @@ var canvasPainter = {
{
removeObj(selectedObj);
draw();
}else{
document.getElementById('obj_settings').style.display = 'none';
window.toolBarViewModel.tools.selected("Move View"); //just selection move tool
toolbtn_clicked(""); //this is actually activate-ing move tool

}
return false;
}
Expand Down

0 comments on commit 249860a

Please sign in to comment.