mirror of
https://github.com/penpot/penpot.git
synced 2026-04-28 20:58:06 +00:00
✨ Improved incremental selection
This commit is contained in:
parent
72c2a213b4
commit
67c6a042a0
@ -88,7 +88,9 @@
|
||||
(rx/merge
|
||||
(->> selrect-stream (rx/map update-selrect))
|
||||
(->> selrect-stream
|
||||
(rx/debounce 50)
|
||||
(rx/buffer-time 100)
|
||||
(rx/map #(last %))
|
||||
(rx/dedupe)
|
||||
(rx/map #(select-shapes-by-current-selrect preserve?))))
|
||||
|
||||
(rx/of (update-selrect nil))))))))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user