Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
Temporarily fix tooltip dispose, 0.0.39
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesfries committed Nov 27, 2023
1 parent 1e39390 commit 1257730
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion addon/modifiers/tooltip.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const tooltip = modifier<Element, [string], Options>(function tooltip(
element.removeEventListener('hidden.bs.tooltip', onHidden);
}

tooltip.dispose();
setTimeout(() => tooltip.dispose(), 100); // TODO: https://github.com/twbs/bootstrap/issues/37474
};
});

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-simple-bootstrap",
"version": "0.0.38",
"version": "0.0.39",
"description": "The default blueprint for ember-cli addons.",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit 1257730

Please sign in to comment.