|
|
@ -60,7 +60,7 @@ export class TextValueComboPopup extends Pane { |
|
|
|
eventName: Controller.EVENT_CHANGE, |
|
|
|
eventName: Controller.EVENT_CHANGE, |
|
|
|
action: (...args) => { |
|
|
|
action: (...args) => { |
|
|
|
const [type, val, obj] = args; |
|
|
|
const [type, val, obj] = args; |
|
|
|
this.fireEvent(Controller.EVENT_CHANGE, args); |
|
|
|
this.fireEvent(Controller.EVENT_CHANGE, ...args); |
|
|
|
if (type === Events.CLICK) { |
|
|
|
if (type === Events.CLICK) { |
|
|
|
this.fireEvent(TextValueComboPopup.EVENT_CHANGE, val, obj); |
|
|
|
this.fireEvent(TextValueComboPopup.EVENT_CHANGE, val, obj); |
|
|
|
} |
|
|
|
} |
|
|
|