mirror of
https://github.com/spacedeck/spacedeck-open.git
synced 2026-01-29 14:35:26 +01:00
Merge 967df64a72 into a5914ab600
This commit is contained in:
@@ -2585,7 +2585,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";
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user