Fix: Tab not showing after refresh + store unsaved changes#1164
Fix: Tab not showing after refresh + store unsaved changes#1164
Conversation
67b9934 to
82f1b75
Compare
There was a problem hiding this comment.
| console.log('restoreEditorTabsFromSaved', { | |
| storedTabsIds, | |
| storedTabsId, | |
| }) |
There was a problem hiding this comment.
So storedTabsId can equal id or content? Shouldn't it only ever be able to equal id?
There was a problem hiding this comment.
It's a bit confusing when id can sometimes be content and sometimes be id.
There was a problem hiding this comment.
So this new output tab won't always have content set?
|
We have 2 types of tabs, from selecting a |
vchan
left a comment
There was a problem hiding this comment.
Thank you for explaining the different types of tabs.
Co-authored-by: Vincent Chan <vchan@users.noreply.github.com>
e6bfd2d to
e5ae2c9
Compare
No description provided.