|
|
|
@ -11,7 +11,7 @@ export class MultiTreeSearchInsertPane extends Widget {
|
|
|
|
|
el: { type: PartTree.xtype }, |
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|
static constants = { |
|
|
|
|
static CONSTANTS = { |
|
|
|
|
height: 24, |
|
|
|
|
}; |
|
|
|
|
|
|
|
|
@ -36,7 +36,7 @@ export class MultiTreeSearchInsertPane extends Widget {
|
|
|
|
|
self.addTip = _ref; |
|
|
|
|
}, |
|
|
|
|
text: i18nText("BI-Basic_Click_To_Add_Text", ""), |
|
|
|
|
height: this.constants.height, |
|
|
|
|
height: MultiTreeSearchInsertPane.CONSTANTS.height, |
|
|
|
|
cls: "bi-high-light", |
|
|
|
|
handler() { |
|
|
|
|
self.fireEvent(MultiTreeSearchInsertPane.EVENT_ADD_ITEM, opts.keywordGetter()); |
|
|
|
|