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
In the current implementation, there’s a large amount of blank space above the thoughts when the cursor is deeply nested. Scrolling the visible content into place every time setCursor is dispatched was too disruptive. However there are some key moments where we need to scroll the visible content into place. There should be existing functionality for this already, or at least in the commit history.
On load from url
Refresh page
On load from saved cursor
Type in the home page url manually in the browser after the last cursor was deeply nested.
Close search
Internal Link
Context View
Breadcrumbs
Recently Edited Sidebar
The text was updated successfully, but these errors were encountered:
In the current implementation, there’s a large amount of blank space above the thoughts when the cursor is deeply nested. Scrolling the visible content into place every time
setCursor
is dispatched was too disruptive. However there are some key moments where we need to scroll the visible content into place. There should be existing functionality for this already, or at least in the commit history.cursor
was deeply nested.The text was updated successfully, but these errors were encountered: