mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Multiplayer: add real-time cursor tracking
This commit is contained in:
@@ -110,7 +110,8 @@ module.exports = {
|
||||
const payload = {
|
||||
session: sessionId,
|
||||
workspace: opts.data.workspace,
|
||||
node: opts.data.node
|
||||
node: opts.data.node,
|
||||
cursor: opts.data.cursor
|
||||
}
|
||||
runtime.events.emit('comms', {
|
||||
topic: 'multiplayer/location',
|
||||
|
Reference in New Issue
Block a user