Skip to content

Commit

Permalink
fix: add missing function call
Browse files Browse the repository at this point in the history
  • Loading branch information
VampireChicken12 committed Jul 4, 2024
1 parent a88d29d commit fb3fdfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/embedded/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ window.addEventListener("DOMContentLoaded", function () {
enableFeatures();
handleSoftNavigate();
} else if (!isFirstLoad) {
handleSoftNavigate;
handleSoftNavigate();
}
isFirstLoad = false;
/**
Expand Down

0 comments on commit fb3fdfd

Please sign in to comment.