Skip to content

Commit 37744b3

Browse files
committed
Fix: change mouseclick trigger to mouseup from mousedown
- fix inconsistent state between checkboxes and selected row when mousedown was inside boundary but mouseup was outside
1 parent 99c8860 commit 37744b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/js/jquery.finder.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
ctrlClass: "selected-ctrl",
5555
triggerUpdate: "finderSelectUpdate",
5656
children: false,
57-
event: "mousedown",
57+
event: "mouseup",
5858
cursor: "pointer",
5959
dragEvent: "mouseenter",
6060
enableClickDrag: true,

0 commit comments

Comments
 (0)