Applied common fixes

This commit is contained in:
mr. m
2025-02-26 13:27:58 +01:00
parent dc1c166ac2
commit 6115bbabc8
5 changed files with 45 additions and 18 deletions

View File

@@ -38,6 +38,9 @@
}
onKeyDown(event) {
if (event.defaultPrevented) {
return;
}
if (event.key === 'Escape' && this.#currentGlanceID) {
event.preventDefault();
event.stopPropagation();