🐛 Fix enter key getting caught

This commit is contained in:
Mawoka
2024-07-20 23:20:26 +02:00
parent 2a691817fa
commit bdea811d9c
@@ -198,7 +198,6 @@ This should be okay, right?
};
const on_enter = (e: KeyboardEvent) => {
e.preventDefault();
if (selected === null) {
return;
}