0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-08 16:18:11 -05:00

Merge pull request #5152 from penpot/alotor-fix-selection

🐛 Fix problem with selection
This commit is contained in:
Andrey Antukh 2024-10-09 13:50:51 +02:00 committed by GitHub
commit dd220e228e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -218,7 +218,7 @@
(rx/filter some?))))))
over-shapes-stream
(mf/with-memo [move-stream mod-str]
(mf/with-memo [query-point move-stream mod-str]
(->> (rx/merge
;; This stream works to "refresh" the outlines when the control is pressed
;; but the mouse has not been moved from its position.