Topic: Popconfirm bug?
dispose() {
if (this._isOpen || this.container !== null) {
this.close();
}
Data.removeData(this._element, DATA_KEY);
EventHandler.on(this._element, 'click', this._clickHandler);
this._element = null;
}
schould line 98 in popconfirm not read as
EventHandler.off(this._element, 'click', this._clickHandler);
"on" => "off"
Add comment
kpienkowska staff answered a year ago
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
Answered
Specification of the issue
- User: Pro
- Premium support: Yes
- Technology: MDB Standard
- MDB Version: -
- Device:
- Browser:
- OS:
- Provided sample code: No
- Provided link: No
Tags
Related topics