🐛 Fix enter key getting caught
This commit is contained in:
@@ -198,7 +198,6 @@ This should be okay, right?
|
||||
};
|
||||
|
||||
const on_enter = (e: KeyboardEvent) => {
|
||||
e.preventDefault();
|
||||
if (selected === null) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user