This commit is contained in:
Romuald
2023-09-21 21:03:49 +02:00
committed by GitHub

View File

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