Skip to content

Commit

Permalink
Merge pull request #69 from wowsims/icon-enum-whtt
Browse files Browse the repository at this point in the history
Fix icon enum value tooltips
  • Loading branch information
kayla-glick authored Apr 14, 2024
2 parents 3ce6731 + 66bf76e commit b91aa1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/core/components/icon_enum_picker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ export class IconEnumPicker<ModObject, T> extends Input<ModObject, T> {

const option = document.createElement('a');
option.classList.add('icon-picker-button');
option.dataset.whtticon = 'false';
option.dataset.disableWowheadTouchTooltip = 'true';
optionContainer.appendChild(option);

Expand Down

0 comments on commit b91aa1a

Please sign in to comment.