Closed alexandersmanning closed 1 year ago
Currently when you save and then switch chapters, the content for the other chapter pulls from the currentBook cache. In the case where you switch back, you risk losing your work.
this fixes issue #7
Before
After
Nice catch!
This is now covered by an integration test https://github.com/egonSchiele/chisel/blob/main/cypress/e2e/EditAndSwitch.cy.ts
Currently when you save and then switch chapters, the content for the other chapter pulls from the currentBook cache. In the case where you switch back, you risk losing your work.
this fixes issue #7
Before
After