Browse Source

Firefox: lower popup resize delay

pull/2/head
Deathamns 10 years ago
committed by gorhill
parent
commit
d1a5a1856f
  1. 2
      platform/firefox/vapi-background.js

2
platform/firefox/vapi-background.js

@ -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…
Cancel
Save