mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-07 03:12:33 +01:00
Force-close popup panel when reporting a filter issue
Necessary on Firefox.
This commit is contained in:
parent
ad76ee2158
commit
52063c8633
@ -27,12 +27,6 @@ import punycode from '../lib/punycode.js';
|
||||
|
||||
/******************************************************************************/
|
||||
|
||||
{
|
||||
// >>>>> start of local scope
|
||||
|
||||
/******************************************************************************/
|
||||
|
||||
|
||||
let popupFontSize = 'unset';
|
||||
vAPI.localStorage.getItemAsync('popupFontSize').then(value => {
|
||||
if ( typeof value !== 'string' || value === 'unset' ) { return; }
|
||||
@ -850,6 +844,8 @@ const gotoReport = function() {
|
||||
what: 'launchReporter',
|
||||
tabId: popupData.tabId,
|
||||
});
|
||||
|
||||
vAPI.closePopup();
|
||||
};
|
||||
|
||||
/******************************************************************************/
|
||||
@ -1413,6 +1409,3 @@ document.querySelector('#firewall > [data-type="3p-frame"] .filter')
|
||||
});
|
||||
|
||||
/******************************************************************************/
|
||||
|
||||
// <<<<< end of local scope
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user