session cursors (WIP).

This commit is contained in:
Miroslav Šedivý
2021-10-26 18:02:01 +02:00
parent 3227e691ea
commit cae092fb20
8 changed files with 156 additions and 3 deletions

View File

@ -188,6 +188,11 @@ export class NekoMessages extends EventEmitter<NekoEvents> {
}
}
protected [EVENT.SESSION_CURSORS](cursors: message.SessionCursor[]) {
// TODO: State retention logic.
Vue.set(this._state, 'cursors', cursors)
}
/////////////////////////////
// Control Events
/////////////////////////////