mozillabrasil / sumo_live_helper

Helper Add-on for SUMO forum contributors
https://addons.mozilla.org/firefox/addon/sumo-live-helper-/
Mozilla Public License 2.0
7 stars 8 forks source link

Fixed issue #133 #135

Closed WesleyBranton closed 4 years ago

WesleyBranton commented 4 years ago

This pull request fixes issue #133.

The reason the tab kept closing is that it was still treated like a browserAction on desktop, so it closed when it was no longer focused. To fix that, I made the mobile menu option open the question list in a new tab instead of a browserAction tab.