updated()

in web/src/components/panels/result-panel.js [47:55]


  updated(changedProperties) {
    if (
      changedProperties.has('result') ||
      (changedProperties.has('view') && changedProperties.get('view'))
    ) {
      this._renderResult();
    }
    super.updated(changedProperties);
  }