chore: rm graphViewActive

This commit is contained in:
hjlarry 2026-04-10 16:05:05 +08:00
parent 50c307739f
commit 89144b61c8

View File

@ -722,18 +722,6 @@ export class CollaborationManager {
})
}
emitGraphViewActive(isActive: boolean): void {
this.graphViewActive = isActive
if (!this.currentAppId || !webSocketClient.isConnected(this.currentAppId))
return
this.sendCollaborationEvent({
type: 'graph_view_active',
data: { active: isActive },
timestamp: Date.now(),
})
}
emitHistoryAction(action: 'undo' | 'redo' | 'jump'): void {
if (!this.currentAppId || !webSocketClient.isConnected(this.currentAppId))
return