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
When creating a new note, the sidebar item is automatically focused. This behavior is expected and good for the user that created the item, however, this is not true for the other users that are inside the document.
Possible Fix
Make the state local until the user commits the new item, that is, the user has finished renaming the item. This ensures other users only get to see the final sidebar item and do not see it while it is being edited.