From 3f57dffcafa9acd0039bd72959268398b23eff1c Mon Sep 17 00:00:00 2001 From: edward Date: Wed, 6 Dec 2017 12:27:33 +0800 Subject: [PATCH] Roo/bootstrap/panel/Content.js --- Roo/bootstrap/panel/Content.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Roo/bootstrap/panel/Content.js b/Roo/bootstrap/panel/Content.js index 98d20d7e21..652ff675a7 100644 --- a/Roo/bootstrap/panel/Content.js +++ b/Roo/bootstrap/panel/Content.js @@ -242,7 +242,8 @@ Roo.extend(Roo.bootstrap.panel.Content, Roo.bootstrap.Component, { ignoreResize : function(w, h){ - if(this.lastSize && (this.lastSize.width == 0 || this.lastSize.height)){ + Roo.log('run!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!'); + if(this.lastSize && (this.lastSize.width == 0 || this.lastSize.height == 0)){ this.lastSize = {width: w, height: h}; return false; } -- 2.39.2