Skip to content

Commit

Permalink
extended selection
Browse files Browse the repository at this point in the history
  • Loading branch information
brettforbes committed Jul 26, 2024
1 parent 85e898d commit 41087c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/js/panel._utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ window.Widgets.Panel.Utils = {};
// setup the left click capability
ns.selectArray = [];
ns.leftclick = function(event, d) {
console.group("Widgets.Panel.Utils.leftclick");

// Setup the local theme
if (!ns.theme) {
Expand Down Expand Up @@ -268,7 +269,7 @@ window.Widgets.Panel.Utils = {};
selected.style("stroke-width", 5);
}
}

console.groupEnd();
}


Expand Down

0 comments on commit 41087c8

Please sign in to comment.