fix: bug #1413 input '/' when clicking icon to open prompt modal

main
ShengYan, Zhang 3 years ago
parent d42622a5c1
commit cbb50c14e1

@ -790,6 +790,7 @@ export function Chat() {
hitBottom={hitBottom}
showPromptHints={() => {
inputRef.current?.focus();
setUserInput("/");
onSearch("");
}}
/>

Loading…
Cancel
Save