Bug Description
When reverting a "move" operation, the plugin shows a "folder does not exist" error instead of successfully restoring the file to its original location.
Steps to Reproduce
- Move a file/note to a different folder via the sync/move flow.
- Attempt to revert (undo) that move operation.
- Observe the "folder does not exist" error.
Expected Behavior
Reverting a move should restore the file to its original folder without error, assuming the original folder still exists (or should be recreated if it was removed).
Open Questions
- Does the error occur when the original source folder was deleted after the move, or does it happen even when the folder still exists?
- Is the revert logic looking up the folder path incorrectly (e.g. stale cached path, wrong path normalization)?
Bug Description
When reverting a "move" operation, the plugin shows a "folder does not exist" error instead of successfully restoring the file to its original location.
Steps to Reproduce
Expected Behavior
Reverting a move should restore the file to its original folder without error, assuming the original folder still exists (or should be recreated if it was removed).
Open Questions