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