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 undo/redo stack for a given workspace only ever contains specific actions the user takes. Also, "redo" always fully restores the changes undone by "undo".
Actual Behavior
Loading a project with block comments considers loading each of those comments an "action" for undo/redo purposes. Pressing undo removes the comment. Then, pressing redo doesn't restore the contents of the comment, leading to data loss.
Steps to Reproduce
Create a new, blank project
Drag out any block
Right click the block and choose "add comment"
Type something in the comment
Save and reload the project (F5)
Press ctrl/cmd+Z or right click -> undo
Note the comment disappears
Press shift+ctrl/cmd+Z or right click -> redo
Note the comment reappears attached to the block but has no contents
Operating System and Browser
N/A (macOS 13.4, Chromium 112; first reported by a Scratcher on unknown browser/device)
The text was updated successfully, but these errors were encountered:
Expected Behavior
The undo/redo stack for a given workspace only ever contains specific actions the user takes. Also, "redo" always fully restores the changes undone by "undo".
Actual Behavior
Loading a project with block comments considers loading each of those comments an "action" for undo/redo purposes. Pressing undo removes the comment. Then, pressing redo doesn't restore the contents of the comment, leading to data loss.
Steps to Reproduce
Operating System and Browser
N/A (macOS 13.4, Chromium 112; first reported by a Scratcher on unknown browser/device)
The text was updated successfully, but these errors were encountered: