1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-06-21 23:17:42 +02:00

Electron: Supports non-image files in notes

This commit is contained in:
Laurent Cozic
2017-11-12 16:33:34 +00:00
parent 6e9e3fc9bd
commit e48d2ed64b
4 changed files with 28 additions and 8 deletions

View File

@ -18,7 +18,7 @@ class NoteBodyViewer extends Component {
}
componentWillMount() {
this.mdToHtml_ = new MdToHtml();
this.mdToHtml_ = new MdToHtml({ supportsResourceLinks: false });
this.isMounted_ = true;
}