displaymode
This commit is contained in:
parent
bcf4781ed4
commit
094c855568
|
@ -79,9 +79,9 @@ export default class ReactImageEditor extends React.Component<IReactImageEditorP
|
||||||
rotateButtons: [-90, -45, -30, 0, 30, 45, 90]
|
rotateButtons: [-90, -45, -30, 0, 30, 45, 90]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
displayMode={DisplayMode.Edit}
|
displayMode={this.props.displayMode}
|
||||||
settingsChanged={this._onSettingsChanged}
|
settingsChanged={this._onSettingsChanged}
|
||||||
src={url}
|
src={this.props.url}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue