mirror of
https://github.com/penpot/penpot.git
synced 2025-03-11 23:31:21 -05:00
✨ Improved incremental selection
This commit is contained in:
parent
72c2a213b4
commit
67c6a042a0
1 changed files with 3 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue