Merge branch 'master' of github.com:knadh/listmonk
This commit is contained in:
commit
cb331b9341
|
@ -91,7 +91,7 @@ class Editor extends React.PureComponent {
|
||||||
new Delta()
|
new Delta()
|
||||||
.retain(range.index)
|
.retain(range.index)
|
||||||
.delete(range.length)
|
.delete(range.length)
|
||||||
.insert({ image: this.props.config.rootURL + uri }),
|
.insert({ image: uri }),
|
||||||
null
|
null
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue