Axosoft / glo-atom

Glo plugin for Atom
https://www.gitkraken.com/glo
MIT License
7 stars 5 forks source link

Fix external links #1

Closed jdgarcia closed 6 years ago

jdgarcia commented 6 years ago

Links in places like description and comments didn't do anything when the user clicked on them. This is because we weren't handling that event at all in Atom. Now, they will open in your browser (same behavior as GK).

To test:

  1. checkout this PR branch
  2. open the repo in a terminal
  3. apm link
  4. restart Atom

You might need to temporarily disable your current Glo plugin if you have it installed.