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
// TODO use a selector to compute and retrieve the status
35
34
// TODO this need to cooperate with syncing indicator
@@ -85,6 +84,8 @@ const initialState = {
85
84
socketIntervalId: null,
86
85
// keep different seletced info on each user themselves
87
86
selected: null,
87
+
// to fixed maco editor command bug
88
+
currentEditor: null,
88
89
//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