mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Firefox: lower popup resize delay
This commit is contained in:
parent
ed818c92fe
commit
511b700517
1 changed files with 1 additions and 1 deletions
|
|
@ -1213,7 +1213,7 @@ vAPI.toolbarButton.onBeforeCreated = function(doc) {
|
|||
return;
|
||||
}
|
||||
|
||||
updateTimer = setTimeout(resizePopup, 50);
|
||||
updateTimer = setTimeout(resizePopup, 20);
|
||||
};
|
||||
var resizePopup = function() {
|
||||
var body = iframe.contentDocument.body;
|
||||
|
|
|
|||
Loading…
Reference in a new issue