mirror of
https://github.com/penpot/penpot.git
synced 2026-07-24 15:08:24 +00:00
⚡ Skip viewport worker queries during interactive transform
This commit is contained in:
parent
2d32946c06
commit
e29c579d78
@ -223,6 +223,7 @@
|
||||
(->> move-stream
|
||||
(rx/tap #(reset! last-point-ref %))
|
||||
;; When transforming shapes we stop querying the worker
|
||||
(rx/filter (fn [_] (nil? (mf/ref-val transform-ref))))
|
||||
(rx/merge-map query-point)))
|
||||
|
||||
(rx/share)))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user