- Issue created by @lauriii
- First commit to issue fork.
- Merge request !678Issue #3507874: Undo redo issues relating to initialized flag in layoutModel → (Merged) created by larowlan
- First commit to issue fork.
- 🇬🇧United Kingdom jessebaker
I've manually tested this and I'm still seeing an issue with the following steps
- Update a field on a component - add ' one'
- observe the preview updates to show 'my heading one'
- Update the field again - append ' two
- observe the preview updates to 'my heading one two'
- Click Undo
- observe the preview reverts back to 'my heading one' and so does the field.
- Click Redo
- observe the preview DOES NOT update back to 'my heading one two' but the field in the sidebar does.
I have updated the
undo-redo.cy.js
test to check these steps (the test only checked the field values, not the markup in the preview which I assume is how this regression got through in the first place) -
jessebaker →
committed 7ee633cc on 0.x authored by
larowlan →
Issue #3507874 by larowlan, jessebaker: The undo/redo doesn't always...
-
jessebaker →
committed 7ee633cc on 0.x authored by
larowlan →
- 🇬🇧United Kingdom jessebaker
Yay, this is feeling much more robust now. Thanks
Automatically closed - issue fixed for 2 weeks with no activity.