Merge branch 'master' of github.com:knadh/listmonk

This commit is contained in:
Kailash Nadh 2020-05-16 23:39:40 +05:30
commit cb331b9341
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ class Editor extends React.PureComponent {
new Delta()
.retain(range.index)
.delete(range.length)
.insert({ image: this.props.config.rootURL + uri }),
.insert({ image: uri }),
null
)
}