1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +02:00

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

This commit is contained in:
Laurent Cozic 2018-09-24 20:14:21 +01:00
parent 953cc327c6
commit 312c7f2d27

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);