Skip to content

Commit

Permalink
Merge pull request #877 from opencb/TASK-5691
Browse files Browse the repository at this point in the history
TASK-5691 - Writing is very slow in comment boxes in observations
  • Loading branch information
jmjuanes authored Mar 14, 2024
2 parents a5dcae3 + 1935cae commit 6fccd32
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/webcomponents/variant/custom/steiner-report.js
Original file line number Diff line number Diff line change
Expand Up @@ -291,13 +291,6 @@ class SteinerReport extends LitElement {
}
}

onFieldChange() {
this._data = {
...this._data,
};
this.requestUpdate();
}

onSignatureChange(event, type) {
this.selectedSignatures[type] = event.detail.value;
this._config = {
Expand Down Expand Up @@ -365,7 +358,6 @@ class SteinerReport extends LitElement {
<data-form
.data="${this._data}"
.config="${this._config}"
@fieldChange="${e => this.onFieldChange(e)}"
@clear="${this.onClear}"
@submit="${this.onRun}">
</data-form>
Expand Down

0 comments on commit 6fccd32

Please sign in to comment.