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
If a node is indented, hitting backspace once should outdent it once. (When we support more levels of indenting, each time they hit backspace it would be outdented once.)
If the user hits backspace again, the node contents should be moved up to the previous line, at the end of the node above.
Actual behavior:
Nothing happens when you try to backspace at the beginning of a node.
FYI, Tana doesn't do #1, but it feels natural to me. Let me know if you disagree.