tulios / json-viewer

It is a Chrome extension for printing JSON and JSONP.
https://chrome.google.com/webstore/detail/json-viewer/gbmdgpbipfallnflgajpaliibnhdgobh
MIT License
3.3k stars 675 forks source link

The click handler should ignore right-clicks #289

Open jribbens opened 3 years ago

jribbens commented 3 years ago

The click handler on URLs should only open them when they are left-clicked - right-clicking should open up the context menu as always.

jribbens commented 3 years ago

Looks like #255 is related to this