From e6b7e1e43456370fa0468e31cf34667c03ae24da Mon Sep 17 00:00:00 2001 From: john Date: Fri, 28 Sep 2018 12:14:41 +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 ccde0e76cb..827d1483ce 100644 --- a/Roo/bootstrap/Modal.js +++ b/Roo/bootstrap/Modal.js @@ -292,7 +292,7 @@ Roo.extend(Roo.bootstrap.Modal, Roo.bootstrap.Component, { full_height += body_childs[i].offsetHeight; } - // this.setSize(w, Math.min(full_height, Roo.lib.Dom.getViewportHeight(true) - 60)); + this.setSize(w, Math.min(full_height, Roo.lib.Dom.getViewportHeight(true) - 60)); } }, -- 2.39.2