User edits are lost
Description
When user edits a model in A tab and switch to B tab, user can't see their changes when user came back to A tab.
Steps to Reproduce
- User opens several tabs (ex. A and B).
- User edit model in A tab.
- User switches to B tab.
- User came back to A tab and changes were lost. User can't see their changes.
Expected Result When user edit the model. Edits are saved when user switches between different tabs.
Environment Chrome
+1
I just encountered this exact same issue.
To fix this, it seems the opened tabs need to maintain their "edit state" in an in-browser data store.
An interim fix might be to perform the same logic that is run when a tab is closed, where the user is warned that their edits will be lost. That's really not ideal though. The expectation is that I can modify more than one tab at a time.
I noticed this morning when using 0.148.0 that this was fixed. It looks like this PR #3587 addresses the issue in release 0.145.0 @mykalmax I think this issue can be closed, right?
Verified this issue has been fixed using the latest main UI build as well. Thanks for bumping the thread @MikeWallis42!