Browse Source

Pull request #3195: KERNEL-13158: context跳过popup

Merge in VISUAL/fineui from ~GUY/fineui:master to master

* commit 'afa941bc135f7dc5881e6a2f96f6356b94e66543':
  KERNEL-13158: context跳过popup
research/test
guy-王川 2 years ago committed by Aries.lsy
parent
commit
8c884ee7ee
  1. 3
      src/case/layer/panel.js

3
src/case/layer/panel.js

@ -18,9 +18,6 @@ BI.Panel = BI.inherit(BI.Widget, {
},
render: function () {
BI.Panel.superclass._init.apply(this, arguments);
var o = this.options;
return {
type: "bi.vertical_fill",
rowSize: ["", "fill"],

Loading…
Cancel
Save