Enter key handling for dialogs.

This commit is contained in:
Robin Davies
2024-10-08 04:20:37 -04:00
parent ebe56f4df9
commit a8061a6d15
31 changed files with 131 additions and 49 deletions
+5 -2
View File
@@ -484,9 +484,12 @@ export default withStyles(styles, { withTheme: true })(
fullScreen={this.state.fullScreen}
onClose={() => {
this.props.onCancel();
}}
}}
onEnterKey={()=> {
this.openSelectedFile();
}}
open={this.props.open} tag="fileProperty"
fullWidth maxWidth="xl"
fullWidth maxWidth="md"
PaperProps={
this.state.fullScreen ?
{}