mirror of
https://github.com/spacedeck/spacedeck-open.git
synced 2025-12-15 17:37:30 +01:00
fix #50: Leave property panels open when selecting another element
This commit is contained in:
@@ -864,7 +864,7 @@ var SpacedeckSections = {
|
||||
if (evt && !evt.shiftKey && this.is_selected(a)) return; // already selected
|
||||
|
||||
if (!evt || !evt.shiftKey) {
|
||||
this.deselect();
|
||||
this.selected_artifacts_dict = {};
|
||||
}
|
||||
|
||||
if (evt && evt.shiftKey) {
|
||||
|
||||
Reference in New Issue
Block a user