add same activate/desactivate behavior for arrow tool

This commit is contained in:
Romuald du Song
2021-07-15 15:09:22 +02:00
parent ef0d085e22
commit 967df64a72

View File

@@ -2574,7 +2574,11 @@ var SpacedeckSections = {
start_drawing_arrow: function(evt) {
this.deselect();
if (this.active_tool == "arrow") {
this.active_tool = "pointer";
} else {
this.active_tool = "arrow";
}
this.opened_dialog = "none";
},