|
@@ -93,9 +93,9 @@ class EditorDemo extends React.Component<EditorDemoProps> {
|
|
|
editorState: ContentUtils.insertMedias(this.state.editorState, [
|
|
|
{
|
|
|
type: 'IMAGE',
|
|
|
- url: fileList[len].response.data + `?imageView2/1/w/343/h/192`,
|
|
|
- width: '343px',
|
|
|
- height: '192px',
|
|
|
+ url: fileList[len].response.data + `?imageView2/1/`,
|
|
|
+ // width: '343px',
|
|
|
+ // height: '192px',
|
|
|
},
|
|
|
]),
|
|
|
});
|