chore(ext): rm React.FormEvent

This commit is contained in:
Simon
2026-02-03 13:18:03 +08:00
parent a834d37f28
commit 2b3bb8ab9e

View File

@@ -30,7 +30,7 @@ export default function App() {
}, [history, activity])
const handleSubmit = useCallback(
(e?: React.FormEvent) => {
(e?: React.SyntheticEvent) => {
e?.preventDefault()
if (!inputValue.trim() || status === 'running') return