From 01e125af9d4f7d72851110cf01cc4a106cbbb154 Mon Sep 17 00:00:00 2001 From: guy Date: Thu, 2 Sep 2021 09:26:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B4=E7=90=86=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/base/list/virtualgrouplist.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/base/list/virtualgrouplist.js b/src/base/list/virtualgrouplist.js index 4e064583e..56dd68bb1 100644 --- a/src/base/list/virtualgrouplist.js +++ b/src/base/list/virtualgrouplist.js @@ -107,9 +107,7 @@ BI.VirtualGroupList = BI.inherit(BI.Widget, { } } this.bottomBlank.setHeight(this.tree.sumTo(this.renderedIndex) - this.tree.sumTo(Math.min(end, this.renderedIndex))); - this.container.element.height(this.container.element.height()); this.container.populate(items); - this.container.element.height("auto"); } else { for (var i = (start < 0 ? 0 : start); i <= end; i++) { var index = i * o.blockSize;