mirror of https://github.com/zulip/zulip.git
message_list: Clear rendering window when clearing message list.
(imported from commit 5eefbced42e9ab987e4e2d60332f1d416df605af)
This commit is contained in:
parent
166a9c9635
commit
43279b99ff
|
@ -85,6 +85,9 @@ MessageList.prototype = {
|
|||
this._message_groups = [];
|
||||
this._clear_table();
|
||||
this.last_message_historical = false;
|
||||
|
||||
this._render_win_start = 0;
|
||||
this._render_win_end = 0;
|
||||
},
|
||||
|
||||
clear: function MessageList_clear(opts) {
|
||||
|
|
Loading…
Reference in New Issue