We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd33180 commit ca48f13Copy full SHA for ca48f13
1 file changed
src/App.tsx
@@ -20,6 +20,7 @@ export default function App() {
20
<button onClick={() => dialogRef.current?.close()}>X</button>
21
</div>
22
<input
23
+ autoFocus
24
placeholder='搜索评论'
25
onKeyDown={(e) => {
26
if (e.key === 'Enter' && promiseRef.current) {
0 commit comments