Skip to content

Commit

Permalink
hide retirement progress tippy while loading
Browse files Browse the repository at this point in the history
  • Loading branch information
ananthakumaran committed Feb 19, 2023
1 parent e003228 commit 281dd22
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/retirement.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,8 @@ export function renderProgress(
}
},
hideOnClick: false,
allowHTML: true
allowHTML: true,
appendTo: element.parentElement
});

instances.forEach((i) => i.show());
Expand Down

0 comments on commit 281dd22

Please sign in to comment.