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