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 mousing around the note tree, it's sort of easy to accidentally drag and drop a note and it move it or reorder it to somewhere weird. And control z doesn't work after the fact nor is there an easy way to figure out what got moved where.
The potential fix
Add some type of confirmation when dragging and dropping a note to somewhere in the tree.
This should probably be an optional safeguard, probably not everyone wants this.
Upon moving a note, we could have prompt like
Are you sure you want to move note XXXX to YYYY?
this would be similar to the 'confirm delete' dialogue when you click the delete on a note in the tree.
Alternatively, it could be a temporary 'undo' popup thingy. This is the 'ask for forgiveness, not permission' approach.
Note XXXX moved to YYYY, click to undo
Additional Information
No response
The text was updated successfully, but these errors were encountered:
Describe feature
The problem:
When mousing around the note tree, it's sort of easy to accidentally drag and drop a note and it move it or reorder it to somewhere weird. And control z doesn't work after the fact nor is there an easy way to figure out what got moved where.
The potential fix
Add some type of confirmation when dragging and dropping a note to somewhere in the tree.
This should probably be an optional safeguard, probably not everyone wants this.
Upon moving a note, we could have prompt like
this would be similar to the 'confirm delete' dialogue when you click the
delete
on a note in the tree.Alternatively, it could be a temporary 'undo' popup thingy. This is the 'ask for forgiveness, not permission' approach.
Additional Information
No response
The text was updated successfully, but these errors were encountered: