Skip to content

Commit

Permalink
Bug fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
wifi-left committed May 1, 2024
1 parent 7c42a28 commit 43a0cca
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1500,9 +1500,7 @@ function transformItemTags(tag, itemId = undefined) {
}
}
if (hiddenflags & (1 << 7)) {
if (components['trim'] != undefined) {
components['trim']['show_in_tooltip'] = false;
}
components['hide_additional_tooltip'] = {};
}
}
return components;
Expand Down

0 comments on commit 43a0cca

Please sign in to comment.