diff --git a/src/index.html b/src/index.html
index 17114ca..09ec8d4 100644
--- a/src/index.html
+++ b/src/index.html
@@ -1609,6 +1609,7 @@
}
});
inp.addEventListener("keydown", (e) => {
+ e.stopPropagation();
if (e.key === "Enter")
document.getElementById("d-saveas-ok").click();
});