@deephaven/iris-grid 0.46.2-beta.3 → 0.47.0

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.
package/dist/IrisGrid.js CHANGED
@@ -2168,7 +2168,6 @@ export class IrisGrid extends Component {
2168
2168
  }
2169
2169
  handleUpdate() {
2170
2170
  var _this$grid19;
2171
- this.stopLoading();
2172
2171
  log.debug2('Received model update');
2173
2172
  var {
2174
2173
  advancedFilters,
@@ -2198,6 +2197,7 @@ export class IrisGrid extends Component {
2198
2197
  this.lastLoadedConfig = null;
2199
2198
  }
2200
2199
  (_this$grid19 = this.grid) === null || _this$grid19 === void 0 ? void 0 : _this$grid19.forceUpdate();
2200
+ this.stopLoading();
2201
2201
  }
2202
2202
  handleViewChanged(metrics) {
2203
2203
  var _this$grid$state, _this$grid20;