asamuzaK / sidebarTabs

Emulates tabs in sidebar
Mozilla Public License 2.0
61 stars 4 forks source link

[BUG] Closing and re-opening a tab via `ctrl-T` doesn’t put the tab back into the original group #264

Closed lenormf closed 1 year ago

lenormf commented 1 year ago

Hi,

Here is a small bug I found.

Reproducer:

Outcome: the two tabs are opened, ungrouped

Expected: the two tabs are grouped together, again.

Thanks!

asamuzaK commented 1 year ago

It's by design. This extension only saves the latest group state. Storing the past group state will use a lot of memory and disk.