Skip to content

Commit

Permalink
style: resolve style guide violations
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbarnsley authored and github-actions[bot] committed Jun 11, 2024
1 parent 2ee87d5 commit 807c334
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/assets/js/tippy.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,14 +127,14 @@ window.initClipboard = () => {
});
};

document.addEventListener('DOMContentLoaded', function () {
document.addEventListener("DOMContentLoaded", function () {
if (typeof Livewire !== "undefined") {
Livewire.hook("commit", ({ component, succeed }) => {
succeed(() => {
destroyOutdatedTippyInstances(component.el);

initTippy(component.el);
})
});
});
}
});
Expand Down

0 comments on commit 807c334

Please sign in to comment.