fix (iphone): weird selection when trying to upload something

This commit is contained in:
Mickael Kerjean
2022-02-01 08:05:03 +11:00
parent 7b95dde25f
commit b03dbc28c3
2 changed files with 1 additions and 4 deletions

View File

@ -308,9 +308,6 @@ export class FilesPageComponent extends React.Component {
<MobileFileUpload path={this.state.path} accessRight={this.state.metadata || {}} />
</div>
</div>
<div className="upload-footer">
<div className="bar"></div>
</div>
</SelectableGroup>
</div>
);

View File

@ -44,7 +44,7 @@ function MobileFileUploadComponent({ emit, path, accessRight }) {
<ReactCSSTransitionGroup
transitionName="mobilefileupload" transitionLeave={false} transitionEnter={false}
transitionAppear={true} transitionAppearTimeout={550}>
<div className="component_mobilefileupload">
<div className="component_mobilefileupload no-select">
<form>
<input onChange={onUpload} type="file" name="file" id="mobilefileupload" multiple/>
<label htmlFor="mobilefileupload">