diff --git a/ui/client-web-view.js b/ui/client-web-view.js index aee2438c..810e62eb 100644 --- a/ui/client-web-view.js +++ b/ui/client-web-view.js @@ -57,6 +57,9 @@ PageState.prototype = { // load completing. state.updatePreferredHeight(); state.loaded(); + // Still need to queue an update though since it still may + // be updated after this event has been fired. + queuePreferredHeightUpdate(); }); // Queues an update when the complete document is loaded.