Skip to content

Commit

Permalink
fix apl tooltips
Browse files Browse the repository at this point in the history
  • Loading branch information
kayla-glick committed Apr 14, 2024
1 parent caff715 commit 755dc3a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ui/core/components/individual_sim_ui/apl_helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,8 @@ export class APLActionIDPicker extends DropdownPicker<Player<any>, ActionID, Act

const iconElem = document.createElement('a');
iconElem.classList.add('apl-actionid-item-icon');
iconElem.dataset.whtticon = 'false';
iconElem.classList.add('apl-actionid-item-icon');
actionId.setBackgroundAndHref(iconElem);
button.appendChild(iconElem);

Expand Down

0 comments on commit 755dc3a

Please sign in to comment.