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:
parent
953cc327c6
commit
312c7f2d27
@ -748,7 +748,7 @@ class NoteTextComponent extends React.Component {
|
|||||||
this.forceUpdate();
|
this.forceUpdate();
|
||||||
}, 100);
|
}, 100);
|
||||||
},
|
},
|
||||||
postMessageSyntax: 'ipcRenderer.sendToHost',
|
postMessageSyntax: 'ipcProxySendToHost',
|
||||||
};
|
};
|
||||||
|
|
||||||
const theme = themeStyle(this.props.theme);
|
const theme = themeStyle(this.props.theme);
|
||||||
|
Loading…
Reference in New Issue
Block a user