You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When opening a new tab, the Add-on Bar is displayed in an expanded state. It would be nice to let the user specify whether it should be expanded or collapsed. (I like it collapsed!)
The text was updated successfully, but these errors were encountered:
It's actually caused by other extensions who modify the addon-bar contents or at least trigger the domsubtreemodified event.
I commented out the following line and the addonbar stayed collapsed.
addonbar.addEventListener("DOMSubtreeModified", this.reappear, false);
When opening a new tab, the Add-on Bar is displayed in an expanded state. It would be nice to let the user specify whether it should be expanded or collapsed. (I like it collapsed!)
The text was updated successfully, but these errors were encountered: