fix: Clicking source code link opens twice

This commit is contained in:
2026-05-31 01:14:04 +05:30
parent ca31b346f3
commit 35875165b0
2 changed files with 1 additions and 2 deletions
+1 -1
View File
File diff suppressed because one or more lines are too long
-1
View File
@@ -1910,7 +1910,6 @@
});
dialogOv.addEventListener("click", (e) => {
if (e.target.id == "source-code-link") {
window.open("https://git.sr.ht/~mysticmode/pascar", "_blank");
return;
}
e.preventDefault();