mirror of
https://github.com/zulip/zulip.git
synced 2025-11-11 17:36:27 +00:00
message_list: Clear rendering window when clearing message list.
(imported from commit 5eefbced42e9ab987e4e2d60332f1d416df605af)
This commit is contained in:
@@ -85,6 +85,9 @@ MessageList.prototype = {
|
|||||||
this._message_groups = [];
|
this._message_groups = [];
|
||||||
this._clear_table();
|
this._clear_table();
|
||||||
this.last_message_historical = false;
|
this.last_message_historical = false;
|
||||||
|
|
||||||
|
this._render_win_start = 0;
|
||||||
|
this._render_win_end = 0;
|
||||||
},
|
},
|
||||||
|
|
||||||
clear: function MessageList_clear(opts) {
|
clear: function MessageList_clear(opts) {
|
||||||
|
|||||||
Reference in New Issue
Block a user