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