1
0
mirror of https://github.com/jiahaog/Nativefier synced 2024-06-27 07:45:03 +02:00
Nativefier/app/src
David Kramer 1afc480923 Fix #621 - Always open external links externally (#622)
The tab feature introduced by #579 included a change that checks the `disposition` parameter and conditionally creates tabs, and that check was placed prior to the check to see if the URL is internal. This change moves the `linkIsInternal()` check earlier so that external links are always opened externally, regardless of disposition.
2018-05-27 14:02:23 -04:00
..
components Fix #621 - Always open external links externally (#622) 2018-05-27 14:02:23 -04:00
helpers Integrate prettier 2018-05-24 00:02:44 -07:00
static Fix #95, #384 - Use electron-context-menu, supporting cut/copy/paste (PR #588) 2018-04-22 19:48:56 -04:00
main.js Integrate prettier 2018-05-24 00:02:44 -07:00