@syncfusion/ej2-treemap 21.1.37 → 21.2.10

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.
@@ -3618,6 +3618,7 @@ let TreeMap = class TreeMap extends Component {
3618
3618
  // eslint-disable-next-line @typescript-eslint/no-unused-vars
3619
3619
  this.trigger(resize, args, (observedArgs) => {
3620
3620
  this.render();
3621
+ this.refreshing = false;
3621
3622
  });
3622
3623
  }, 500);
3623
3624
  }