vsmejkal / chrome-workspaces

Tab management Chrome extension
MIT License
51 stars 16 forks source link

Workspace Label should persist when all tabs are pinned #12

Open wwwerk opened 2 years ago

wwwerk commented 2 years ago

Not sure if this is limited by Chrome, but when pinning all tabs in a workspace, the workspace label disappears until you open a new blank tab.

vsmejkal commented 2 years ago

This is a known issue caused by Chrome behavior. It puts pinned tabs outside of a tab group so when you have all tabs pinned the tab group is removed.

I plan to mitigate it in a some of the future versions. Thanks for reporting it.