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:
commit
dd220e228e
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue