mirror of
https://github.com/penpot/penpot.git
synced 2025-02-10 17:18:21 -05:00
🐛 Fix problem with multiplayer cursors
This commit is contained in:
parent
7fa47d68a8
commit
3a260825b9
1 changed files with 1 additions and 0 deletions
|
@ -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 %)))))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue