mirror of
https://github.com/langgenius/dify.git
synced 2026-08-28 22:36:52 +08:00
chore: rm graphViewActive
This commit is contained in:
parent
50c307739f
commit
89144b61c8
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user