🐛 Fix problem with multiple selection conflicting with hover

This commit is contained in:
alonso.torres 2021-09-03 14:52:05 +02:00 committed by Andrés Moya
parent ba0f7416bb
commit b5b97f7626
4 changed files with 20 additions and 17 deletions

View file

@ -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]