@syncfusion/ej2-navigations 30.1.41 → 30.1.42

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.
@@ -4404,10 +4404,10 @@ var Toolbar = /** @__PURE__ @class */ (function (_super) {
4404
4404
  Toolbar.prototype.render = function () {
4405
4405
  var _this = this;
4406
4406
  this.initialize();
4407
- this.renderControl();
4408
- this.wireEvents();
4409
4407
  this.clickEvent = this.docEvent.bind(this);
4410
4408
  this.scrollEvent = this.docEvent.bind(this);
4409
+ this.renderControl();
4410
+ this.wireEvents();
4411
4411
  this.renderComplete();
4412
4412
  if (this.isReact && this.portals && this.portals.length > 0) {
4413
4413
  this.renderReactTemplates(function () {