This commit is contained in:
Timothy Jaeryang Baek
2026-01-27 23:55:49 +04:00
parent d67fe02263
commit 57a2024c58

View File

@@ -46,6 +46,8 @@
if (event.key === 'Enter') {
console.log('Enter');
event.preventDefault();
event.stopPropagation();
confirmHandler();
}
};
@@ -81,6 +83,7 @@
onDestroy(() => {
show = false;
window.removeEventListener('keydown', handleKeyDown);
if (focusTrap) {
focusTrap.deactivate();
}