Electron: Fixed regression following security fix - links were being opened inside Joplin instead of in external browser

pull/821/head
Laurent Cozic 2018-09-24 20:14:21 +01:00
parent 953cc327c6
commit 312c7f2d27
1 changed files with 1 additions and 1 deletions

View File

@ -748,7 +748,7 @@ class NoteTextComponent extends React.Component {
this.forceUpdate();
}, 100);
},
postMessageSyntax: 'ipcRenderer.sendToHost',
postMessageSyntax: 'ipcProxySendToHost',
};
const theme = themeStyle(this.props.theme);