1
0
Fork 0

Fix search command not disappearing

This commit is contained in:
Lim Chee Aun 2023-09-05 23:30:11 +08:00
parent e4174b49d5
commit 167fa70fd5

View file

@ -165,6 +165,7 @@ const SearchForm = forwardRef((props, ref) => {
focusItem.click();
}
setSearchMenuOpen(false);
props?.onSubmit?.(e);
}
break;
}