reblws / tab-search

WebExtension for keyboard-accessible tab management
https://addons.mozilla.org/en-US/firefox/addon/tab_search/
MIT License
132 stars 21 forks source link

Just closed tabs sometimes open a different url from the one displayed after being re-opened #53

Open reblws opened 6 years ago

reblws commented 6 years ago

Caused by opening wrong sessionId, probably related to about:newtab not opening a new session.

Should place the moving and re-painting logic in sessions.onChanged listener instead.

Related to #46