chore: update WRNexusJS packages to 0.2.13

This commit is contained in:
2026-07-12 16:30:35 +05:30
parent 1dbdb4f4d5
commit 70ff967da4
5 changed files with 85 additions and 108 deletions
-9
View File
@@ -1,9 +0,0 @@
/* global window, document */
// Re-bind theme controls after WRNexusJS swaps the page during client navigation.
// bind() is idempotent, so this is safe alongside newer framework runtimes.
window.addEventListener("wrnexus:navigated", function () {
if (window.wireTheme && typeof window.wireTheme.bind === "function") {
window.wireTheme.bind(document);
}
});