Browse Source

KERNEL-13158: context跳过popup

es6
guy 2 years ago
parent
commit
3903acbe2d
  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