@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.
@@ -4261,10 +4261,10 @@ let Toolbar = class Toolbar extends Component {
4261
4261
  */
4262
4262
  render() {
4263
4263
  this.initialize();
4264
- this.renderControl();
4265
- this.wireEvents();
4266
4264
  this.clickEvent = this.docEvent.bind(this);
4267
4265
  this.scrollEvent = this.docEvent.bind(this);
4266
+ this.renderControl();
4267
+ this.wireEvents();
4268
4268
  this.renderComplete();
4269
4269
  if (this.isReact && this.portals && this.portals.length > 0) {
4270
4270
  this.renderReactTemplates(() => {