mirror of
https://github.com/makeplane/plane
synced 2025-08-07 19:59:33 +00:00
* fix: smoother drag scrolling * fix: refactoring out common fns * fix: moved to mouse events instead of drag * fix: improving the drag preview * fix: added better selection logic * fix: drag handle new way almost working * fix: drag-handle old behaviour with better scrolling * fix: remove experiments * fix: better scroll thresholds * fix: transition to drop cursor added * fix: drag handling speed * fix: cleaning up listeners * fix: common out selection and dragging logic * fix: scroll threshold logic fixed