mirror of
https://github.com/spacedeck/spacedeck-open.git
synced 2026-01-29 14:35:26 +01:00
Merge 86572c270d into a5914ab600
This commit is contained in:
@@ -2591,7 +2591,11 @@ var SpacedeckSections = {
|
||||
|
||||
start_drawing_line: function(evt) {
|
||||
this.deselect();
|
||||
if (this.active_tool == "line") {
|
||||
this.active_tool = "pointer";
|
||||
} else {
|
||||
this.active_tool = "line";
|
||||
}
|
||||
this.opened_dialog = "none";
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user