This commit is contained in:
Tw93
2025-11-11 16:03:08 +08:00
parent 4fc524e0b2
commit 77e212d2f6
3 changed files with 5 additions and 2 deletions

View File

@@ -422,6 +422,9 @@ document.addEventListener("DOMContentLoaded", () => {
if (target === "_new") {
if (forceInternalNavigation) {
e.preventDefault();
e.stopImmediatePropagation();
window.location.href = absoluteUrl;
return;
}