Index: composer.postload.js |
=================================================================== |
--- a/composer.postload.js |
+++ b/composer.postload.js |
@@ -538,17 +538,17 @@ |
// Hide the selected element itself if an added blocking |
// filter is causing it to collapse. Note that this |
// behavior is incomplete, but the best we can do here, |
// e.g. if an added blocking filter matches other elements, |
// the effect won't be visible until the page is is reloaded. |
checkCollapse(currentElement.prisoner || currentElement); |
// Apply added element hiding filters. |
- elemhide.apply(); |
+ browser.runtime.sendMessage({type: "elemhide.needApply"}); |
Manish Jethani
2018/04/06 06:20:02
Here we just have to request the background page t
|
} |
deactivateBlockElement(!!message.popupAlreadyClosed); |
break; |
case "composer.content.clearPreviousRightClickEvent": |
if (!lastRightClickEventIsMostRecent) |
lastRightClickEvent = null; |
lastRightClickEventIsMostRecent = false; |
break; |