mirror of
https://github.com/spacedeck/spacedeck-open.git
synced 2025-12-16 01:47:30 +01:00
* fix #99 - Changing attributes (like color) should not disable current tool * apply review: remove unnecessary line
This commit is contained in:
@@ -593,8 +593,6 @@ var SpacedeckSections = {
|
|||||||
evt.preventDefault();
|
evt.preventDefault();
|
||||||
}
|
}
|
||||||
|
|
||||||
this.active_tool = "pointer";
|
|
||||||
|
|
||||||
if (this.opened_dialog == id) {
|
if (this.opened_dialog == id) {
|
||||||
this.opened_dialog = "none";
|
this.opened_dialog = "none";
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user