Skip to content

Commit

Permalink
revert tags field change
Browse files Browse the repository at this point in the history
  • Loading branch information
hinanaya committed Jun 25, 2024
1 parent 087b9bc commit 114bbb3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ui/fields/tags.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,13 @@ class OBFieldTags extends OBField {
this.#suggestions = [];
this.#currentTag = "";

this.#tags = this.#loadInnerTags();
this.#suggestions = this.#loadInnerSuggestions();

this.renderComponent();
}

renderEdit() {
this.#tags = this.#loadInnerTags();
this.#suggestions = this.#loadInnerSuggestions();

render(html`
<div id="input" class="field" tabindex="0"
Expand Down

0 comments on commit 114bbb3

Please sign in to comment.