X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=docs%2Fsymbols%2Fsrc%2FRoo_bootstrap_layout_Region.js.html;h=f7522c645e2b2a0ae65feb90d32a6f1c58fa737b;hb=c1081f6f4b74fed0a601b8fa1f97a3c6372cb36b;hp=bd0d43b00db4a9c715f974a84ca090a2d076334d;hpb=3ce24a55f7fd794ff1b2b0cc999eba892abe50ad;p=roojs1 diff --git a/docs/symbols/src/Roo_bootstrap_layout_Region.js.html b/docs/symbols/src/Roo_bootstrap_layout_Region.js.html index bd0d43b00d..f7522c645e 100644 --- a/docs/symbols/src/Roo_bootstrap_layout_Region.js.html +++ b/docs/symbols/src/Roo_bootstrap_layout_Region.js.html @@ -519,7 +519,9 @@ { panel = this.getPanel(panel); if(this.activePanel && this.activePanel != panel){ - this.activePanel.setActiveState(false); + if(this.activePanel.setActiveState(false) === false){ + return; + } } this.activePanel = panel; panel.setActiveState(true);