From a89034217b8d7908dc861c7c65f882aaf49cb695 Mon Sep 17 00:00:00 2001 From: john Date: Fri, 28 Sep 2018 12:09:18 +0800 Subject: [PATCH] Roo/bootstrap/Modal.js --- Roo/bootstrap/Modal.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Roo/bootstrap/Modal.js b/Roo/bootstrap/Modal.js index 3344594e31..b24a8cca1b 100644 --- a/Roo/bootstrap/Modal.js +++ b/Roo/bootstrap/Modal.js @@ -285,7 +285,8 @@ Roo.extend(Roo.bootstrap.Modal, Roo.bootstrap.Component, { if(body_childs[i].classList.indexOf('roo-layout-region') * 1 != -1) { var layout_childs = body_childs[i].childNodes; for(var j = 0; j < layout_childs.length; j++) { - + + } } full_height += body_childs[i].offsetHeight; -- 2.39.2