diff --git a/resources/assets/js/pages/manage/components/DialogWrapper.vue b/resources/assets/js/pages/manage/components/DialogWrapper.vue index 1fe8eaab5..e3d4f0ba4 100644 --- a/resources/assets/js/pages/manage/components/DialogWrapper.vue +++ b/resources/assets/js/pages/manage/components/DialogWrapper.vue @@ -2155,16 +2155,10 @@ export default { this.__msgs_height = height; }, - onScrollGroupResize({height}) { - const {offset, tail} = this.scrollInfo() + onScrollGroupResize() { if (this.stickToBottom) { this.onToBottom() - } else if (tail > 0 - && typeof this.__scroll_group_data !== "undefined" - && offset - this.__scroll_group_data.offset + tail === height - this.__scroll_group_data.height) { - this.onToBottom() } - this.__scroll_group_data = {height, offset, tail} }, onActive() {