Created
September 28, 2017 17:08
-
-
Save mavc/9b7fcef40c32ab4c956562fb5c76992a to your computer and use it in GitHub Desktop.
Foxy Gestures: Hybrid New Tab | Open Link In New Tab
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
executeInBackground((data) => { | |
return data.element.linkHref | |
? commandOpenLinkInNewTab(data) | |
: commandNewTab(data); | |
}, [data]).catch((e) => { | |
console.error(e); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment