RenameDialog: focus the input box
This commit is contained in:
@@ -129,7 +129,7 @@ export default class RenameDialog extends ResizeResponsiveComponent<RenameDialog
|
||||
|
||||
<DialogContent >
|
||||
<TextField
|
||||
|
||||
autoFocus
|
||||
onKeyDown={handleKeyDown}
|
||||
variant="standard"
|
||||
slotProps={{
|
||||
@@ -156,4 +156,4 @@ export default class RenameDialog extends ResizeResponsiveComponent<RenameDialog
|
||||
</DialogEx>
|
||||
);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user