day8 / re-com

A ClojureScript library of reusable components for Reagent
https://re-com.day8.com.au
MIT License
797 stars 147 forks source link

splitter components are problematic when mouse is released outside component while dragging #158

Open Gregg8 opened 7 years ago

Gregg8 commented 7 years ago

When the mouse is released OUTSIDE the component, no mouse event is triggered therefore the component does not set dragging? to false and the splitter continues to drag when the mouse comes back inside.

Consider using dmm-tracker

danielcompton commented 6 years ago

See also https://github.com/Day8/re-frame-trace/pull/74