mirror of
https://github.com/penpot/penpot.git
synced 2026-03-06 18:21:09 +00:00
🐛 Fix problem with multiplayer cursors
This commit is contained in:
@@ -83,6 +83,7 @@
|
||||
;; position changes.
|
||||
(->> stream
|
||||
(rx/filter mse/pointer-event?)
|
||||
(rx/filter #(= :viewport (mse/get-pointer-source %)))
|
||||
(rx/pipe (rxs/throttle 100))
|
||||
(rx/map #(handle-pointer-send file-id (:pt %)))))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user