NiklasGollenstede / unload-tabs

WebExtension that unloads tabs and prevents tabs from loading
https://addons.mozilla.org/addon/unload-tabs/
Mozilla Public License 2.0
69 stars 13 forks source link

Fix moveTabTo does not work when used with Tree Style Tab #1

Closed char101 closed 7 years ago

char101 commented 7 years ago

When used with Tree Style Tab, gBrowser.moveTabTo(newtab, tab._tPos + 1); does not move the new tab.

NiklasGollenstede commented 7 years ago

I see you are doing other stuff with Tree Style Tab too, so I just trust this works. I have never really used Tree Style Tab myself.

Thanks for your fix and review, I will push it to AMO soon!

char101 commented 7 years ago

Thanks. I use TreeStyleTab so I am personally interested in making it work.