Fix message body heigt being inaccurate yet again

This commit is contained in:
Michael Gratton 2019-01-21 14:19:48 +10:30
parent d13e201606
commit d8c67ed6d7

View file

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