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

View File

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