@syncfusion/ej2-splitbuttons 32.1.19 → 32.1.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -973,7 +973,7 @@ let DropDownButton = class DropDownButton extends Component {
973
973
  EventHandler.remove(this.getPopUpElement(), 'keydown', this.keyBoardHandler);
974
974
  }
975
975
  // eslint-disable-next-line @typescript-eslint/no-explicit-any
976
- EventHandler.remove(window, 'resize', this.windowResize);
976
+ EventHandler.remove(window, 'resize', this.windowResize.bind(this));
977
977
  }
978
978
  /**
979
979
  * Called internally if any of the property value changed.