Skip to content

Commit

Permalink
fix エラー修正
Browse files Browse the repository at this point in the history
  • Loading branch information
flour621 committed Aug 23, 2024
1 parent 9169f00 commit d368819
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/develop/src/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,9 @@ async function main() {
});

addEventListener('htmx:afterSwap', function (event) {
ACMS.Dispatch(event.target);
if (window.ACMS !== undefined) {
ACMS.Dispatch(event.target);
}
});


Expand Down

0 comments on commit d368819

Please sign in to comment.