You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -98,10 +98,11 @@ export function useNodesStateSynced(nodeList) {
98
98
99
99
// TOFIX: a node may be shadowed behind its parent, due to the order to render reactflow node, to fix this, comment out the following sorted method, which brings in a large overhead.
Copy file name to clipboardExpand all lines: ui/src/lib/store.tsx
+18-8Lines changed: 18 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,6 @@ const initialState = {
78
78
socket: null,
79
79
socketIntervalId: null,
80
80
// keep different seletced info on each user themselves
81
-
selected: null,
82
81
// to fixed maco editor command bug
83
82
currentEditor: null,
84
83
//TODO: all presence information are now saved in clients map for future usage. create a modern UI to show those information from clients (e.g., online users)
0 commit comments