Popconfirm bug?

Karg pro premium priority asked a year ago

  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"


kpienkowska staff answered a year ago

Yes, that is a bug.

Thanks for letting us know we will fix this as soon as possible.


Please insert min. 20 characters.

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