From 4c7ab4df029b93d2780dfd19f81445a448b28ca6 Mon Sep 17 00:00:00 2001 From: Julian David Date: Tue, 10 Nov 2020 12:19:58 -0500 Subject: [PATCH] =?UTF-8?q?fix=20#99=20-=20Changing=20attributes=20(like?= =?UTF-8?q?=20color)=20should=20not=20disable=20current=E2=80=A6=20(#120)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix #99 - Changing attributes (like color) should not disable current tool * apply review: remove unnecessary line --- public/javascripts/spacedeck_sections.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/public/javascripts/spacedeck_sections.js b/public/javascripts/spacedeck_sections.js index f7b3a4b..573f19f 100644 --- a/public/javascripts/spacedeck_sections.js +++ b/public/javascripts/spacedeck_sections.js @@ -593,8 +593,6 @@ var SpacedeckSections = { evt.preventDefault(); } - this.active_tool = "pointer"; - if (this.opened_dialog == id) { this.opened_dialog = "none"; return;