From 312c7f2d27f1968fb60255df77109841706c9891 Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Mon, 24 Sep 2018 20:14:21 +0100 Subject: [PATCH] Electron: Fixed regression following security fix - links were being opened inside Joplin instead of in external browser --- ElectronClient/app/gui/NoteText.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ElectronClient/app/gui/NoteText.jsx b/ElectronClient/app/gui/NoteText.jsx index d6b35ebdea..207e4ca1d1 100644 --- a/ElectronClient/app/gui/NoteText.jsx +++ b/ElectronClient/app/gui/NoteText.jsx @@ -748,7 +748,7 @@ class NoteTextComponent extends React.Component { this.forceUpdate(); }, 100); }, - postMessageSyntax: 'ipcRenderer.sendToHost', + postMessageSyntax: 'ipcProxySendToHost', }; const theme = themeStyle(this.props.theme);