- fix inconsistent state between checkboxes and selected row when mousedown was inside boundary but mouseup was outside
@@ -54,7 +54,7 @@
ctrlClass: "selected-ctrl",
triggerUpdate: "finderSelectUpdate",
children: false,
- event: "mousedown",
+ event: "mouseup",
cursor: "pointer",
dragEvent: "mouseenter",
enableClickDrag: true,