when you add a new page and return to the main screen, the newly added tab is not selected and you have to manually navigate the tabs to that newly added tab.
Need to update the session storage activeTab memory to set the active tab to the newly created tab so on screen refresh, it goes there. However, the issue is that the id of the newly created tab is not returned to the main page, nor is it known till after the page is created, so have to figure out how to get the id of the newly created page to save to the memory.
when you add a new page and return to the main screen, the newly added tab is not selected and you have to manually navigate the tabs to that newly added tab.
Need to update the session storage activeTab memory to set the active tab to the newly created tab so on screen refresh, it goes there. However, the issue is that the id of the newly created tab is not returned to the main page, nor is it known till after the page is created, so have to figure out how to get the id of the newly created page to save to the memory.