Skip to content

Commit 51481fa

Browse files
committed
extended selection
1 parent 7a744fc commit 51481fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/js/panel.scratch.js

+1
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ window.Widgets.Panel.Scratch = {}
157157
.on("mousemove", panelUtilsNs.mousemove)
158158
.on("mouseout.tooltip", panelUtilsNs.mouseleave)
159159
.on('contextmenu', panelUtilsNs.contextmenu)
160+
.on('click', panelUtilsNs.leftclick)
160161
.call(
161162
d3
162163
.drag() //sets the event listener for the specified typenames and returns the drag behavior.

0 commit comments

Comments
 (0)