You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting this as well when using the function the module provides.
Electron: 1.6.2
When removing the preventdefault, and debugging the process, it seems that it is having a hard time trying to gather an event of any kind, or window, and isElectronRenderer is constantly false. Is it possible this has lost support as time went by?
Anyways, I just found out in an obscure part of the docs that this is supported natively now:
Error is in if statement in lines 18 -21
"event.preventDefault()"
maybe event must be defined there too?
<script src="../node_modules/electron-open-link-in-browser/build/electron-open-link-in-browser.js></script>
[...]
<button class="mdl-button mdl-js-button mdl-js-ripple-effect mdl-button--primary" type="button" onclick="electronOpenLinkInBrowser('http://fsf.org');"></button>
The text was updated successfully, but these errors were encountered: