There was an error while loading. Please reload this page.
2 parents a82daa4 + 579e966 commit 72a41e2Copy full SHA for 72a41e2
1 file changed
src/browser/components/MattermostView.jsx
@@ -72,7 +72,7 @@ const MattermostView = React.createClass({
72
}
73
if (currentURL.host === destURL.host) {
74
// New window should disable nodeIntergration.
75
- window.open(e.url, 'Mattermost', 'nodeIntegration=no');
+ window.open(e.url, 'Mattermost', 'nodeIntegration=no, show=yes');
76
} else {
77
// if the link is external, use default browser.
78
shell.openExternal(e.url);
0 commit comments