mirror of
https://github.com/penpot/penpot.git
synced 2025-07-30 16:18:32 +02:00
🐛 Fix problem with multiple selection conflicting with hover
This commit is contained in:
parent
ba0f7416bb
commit
b5b97f7626
4 changed files with 20 additions and 17 deletions
|
@ -62,7 +62,7 @@
|
|||
[path on-error]
|
||||
(let [instance (js/Worker. path)
|
||||
bus (rx/subject)
|
||||
worker (Worker. instance bus)
|
||||
worker (Worker. instance (rx/to-observable bus))
|
||||
|
||||
handle-message
|
||||
(fn [event]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue