update the write form/button *before* we (now synchronously) rebuild the stream view on load

This commit is contained in:
Myk Melez 2009-06-09 03:27:16 -07:00
Родитель 63ad1f96dc
Коммит e415b25c7b
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -143,10 +143,10 @@ let SnowlMessageView = {
// Set messages to null, to trigger collection build (unlike List view).
this._collection.invalidate();
this._rebuildView();
this._initWriteForm();
this._updateWriteButton();
this._rebuildView();
},
onunLoad: function() {