fix #99 - Changing attributes (like color) should not disable current… (#120)

* fix #99 - Changing attributes (like color) should not disable current tool

* apply review: remove unnecessary line
This commit is contained in:
Julian David
2020-11-10 12:19:58 -05:00
committed by GitHub
parent f7453b3977
commit 4c7ab4df02

View File

@@ -593,8 +593,6 @@ var SpacedeckSections = {
evt.preventDefault();
}
this.active_tool = "pointer";
if (this.opened_dialog == id) {
this.opened_dialog = "none";
return;