tim-we / tabs-aside

A session/tab manager web extension for Firefox based on the Microsoft Edge feature.
https://addons.mozilla.org/firefox/addon/tabs-aside/
GNU General Public License v3.0
88 stars 10 forks source link

Active session not properly updating #97

Closed knmoreland closed 4 years ago

knmoreland commented 4 years ago

Hello, Active sessions work well tracking changes to tabs that are already up, but when I add more tabs to the window, I'd like these to be tracked as changes to the session as well. In a brand new saved session, this tracks fine, but when I load an previous session, this does not update.

tim-we commented 4 years ago

New tabs added to a sessions window should be added to the session and tracked. Note that this only works if the session has its own window. So make sure you have the setting "Open sessions in a new window" enabled.

I just gave it a try and for me its working as expected. If its still not working for you I need some more info (steps to reproduce, version and perhaps even OS)