From afcc953a07336d2dd41a485260e73adbcf6a57ac Mon Sep 17 00:00:00 2001 From: Peter Paul Kirschner Date: Tue, 23 Mar 2021 23:30:15 +0100 Subject: [PATCH] fi --- .../ImageManipulation/ImageManipulation.tsx | 26 ------------------- 1 file changed, 26 deletions(-) diff --git a/samples/react-image-editor/src/components/ImageManipulation/ImageManipulation.tsx b/samples/react-image-editor/src/components/ImageManipulation/ImageManipulation.tsx index e976cc2ba..d011fb5f8 100644 --- a/samples/react-image-editor/src/components/ImageManipulation/ImageManipulation.tsx +++ b/samples/react-image-editor/src/components/ImageManipulation/ImageManipulation.tsx @@ -104,32 +104,6 @@ export class ImageManipulation extends React.Component { - return ( -
- {this.props.displyMode === DisplayMode.Edit && this.getCommandBar()} -
{ this.wrapperRef = element; }} - style={this.canvasRef && { width: '' + this.canvasRef.width + 'px' }} - > - - - - - {this.state.settingPanel === SettingPanelType.Crop && (this.getCropGrid())} - {this.state.settingPanel === SettingPanelType.Resize && (this.getResizeGrid())} - -
-
- ); - } - private imageChanged(url: string): void { this.img = new Image(); this.img.src = url;