Skip to content

Commit

Permalink
fix field to work outside console
Browse files Browse the repository at this point in the history
  • Loading branch information
hinanaya committed Jul 16, 2024
1 parent 7af266e commit a5c232d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ui/fields/coordinates.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ class OBFieldCoordinates extends OBField {

#updateValue(event) {
const value = event.target.value;
this.#value = value;
this.renderComponent();
this.value = value;
}

get value() {
Expand Down

0 comments on commit a5c232d

Please sign in to comment.