displaymode

This commit is contained in:
Peter Paul Kirschner 2021-03-24 00:00:54 +01:00
parent bcf4781ed4
commit 094c855568
1 changed files with 2 additions and 2 deletions

View File

@ -79,9 +79,9 @@ export default class ReactImageEditor extends React.Component<IReactImageEditorP
rotateButtons: [-90, -45, -30, 0, 30, 45, 90]
}
}
displayMode={DisplayMode.Edit}
displayMode={this.props.displayMode}
settingsChanged={this._onSettingsChanged}
src={url}
src={this.props.url}
/>
)}