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
The cursor bullet overlay (the gray circle around the cursor bullet) immediately snaps to b.
Expected Behavior
The cursor overlay bullet should smoothly animate to its new location with veryFastDuration and ease-in-out.
I recommend rendering the cursor bullet overlay with position: absolute in the LayoutTree next to the TreeNodes, since the LayoutTree has the thought positions.
The overlay must be perfectly centered on the bullet:
at all font sizes
on all platforms
table view
When the cursor thought moves (e.g. indent, moveThoughtDown), the overlay should track with the bullet like it does currently.
The text was updated successfully, but these errors were encountered:
Steps to Reproduce
Move the cursor from
a
tob
.Current Behavior
The cursor bullet overlay (the gray circle around the cursor bullet) immediately snaps to
b
.Expected Behavior
The cursor overlay bullet should smoothly animate to its new location with veryFastDuration and ease-in-out.
I recommend rendering the cursor bullet overlay with position: absolute in the LayoutTree next to the TreeNodes, since the LayoutTree has the thought positions.
The overlay must be perfectly centered on the bullet:
When the cursor thought moves (e.g. indent, moveThoughtDown), the overlay should track with the bullet like it does currently.
The text was updated successfully, but these errors were encountered: