Fix message body heigt being inaccurate yet again
This commit is contained in:
parent
d13e201606
commit
d8c67ed6d7
1 changed files with 3 additions and 0 deletions
|
|
@ -57,6 +57,9 @@ PageState.prototype = {
|
||||||
// load completing.
|
// load completing.
|
||||||
state.updatePreferredHeight();
|
state.updatePreferredHeight();
|
||||||
state.loaded();
|
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.
|
// Queues an update when the complete document is loaded.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue