fix: Clicking source code link opens twice
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user