1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-26 18:10:39 +12:00

Firefox: lower popup resize delay

This commit is contained in:
Deathamns 2015-01-14 19:13:27 +01:00 committed by gorhill
parent 1c64aa4af4
commit d1a5a1856f

View file

@ -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;