|
|
@ -106,9 +106,7 @@ export default class DrawerController extends Controller { |
|
|
|
}] |
|
|
|
}] |
|
|
|
}); |
|
|
|
}); |
|
|
|
this.floatManager[name] = popover; |
|
|
|
this.floatManager[name] = popover; |
|
|
|
(function (key) { |
|
|
|
popover.on(BI.Drawer.EVENT_CLOSE, () => this.close(name)); |
|
|
|
popover.on(BI.Drawer.EVENT_CLOSE, () => this.close(key)); |
|
|
|
|
|
|
|
})(name); |
|
|
|
|
|
|
|
BI.createWidget({ |
|
|
|
BI.createWidget({ |
|
|
|
type: "bi.absolute", |
|
|
|
type: "bi.absolute", |
|
|
|
element: options.container || this.options.render, |
|
|
|
element: options.container || this.options.render, |
|
|
|