Browse Source

REPORT-84106 fix: sticky bug

(cherry picked from commit 60bba354474ff079148855fa8808d24657f9e0cf)
master
Dailer-刘荣歆 2 years ago committed by zsmj
parent
commit
37177d749d
  1. 2
      src/core/wrapper/layout/sticky/sticky.horizontal.js

2
src/core/wrapper/layout/sticky/sticky.horizontal.js

@ -22,7 +22,7 @@ BI.HorizontalStickyLayout = BI.inherit(BI.FlexHorizontalLayout, {
}
if (columnSize !== "fill") {
var fillIndex;
BI.count(0, o.items.length - 1, index => {
BI.count(0, o.items.length, index => {
if (BI.isNotNull(fillIndex)) {
return;
}

Loading…
Cancel
Save