From c7786721a95cc49d2df722a6a2fc793f521cfee5 Mon Sep 17 00:00:00 2001 From: Edward Date: Tue, 18 Dec 2018 12:07:21 +0800 Subject: [PATCH] Roo/bootstrap/LayoutMasonry.js --- Roo/bootstrap/LayoutMasonry.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Roo/bootstrap/LayoutMasonry.js b/Roo/bootstrap/LayoutMasonry.js index 7864971314..bb90785d02 100644 --- a/Roo/bootstrap/LayoutMasonry.js +++ b/Roo/bootstrap/LayoutMasonry.js @@ -683,6 +683,10 @@ Roo.extend(Roo.bootstrap.LayoutMasonry, Roo.bootstrap.Component, { y = maxY[col]; + if(k == 0) { + console.log([x, y]); + alert([x, y]); + } var positions = []; switch (box.length){ -- 2.39.2