From 4e3059b586ff9a810991fb9e88c6bb86e1713669 Mon Sep 17 00:00:00 2001 From: john Date: Wed, 26 Sep 2018 11:36:54 +0800 Subject: [PATCH] Roo/bootstrap/Modal.js --- Roo/bootstrap/Modal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Roo/bootstrap/Modal.js b/Roo/bootstrap/Modal.js index 25aabbe21f..99e50b6334 100644 --- a/Roo/bootstrap/Modal.js +++ b/Roo/bootstrap/Modal.js @@ -275,7 +275,7 @@ Roo.extend(Roo.bootstrap.Modal, Roo.bootstrap.Component, { var body_childs = this.bodyEl.dom.childNodes; var body_height = 0; for(var i = 0; i < body_childs.length; i++) { - + body_height += body_childs[i].offsetHeight; } this.setSize(w, this.height || view_height); -- 2.39.2