|
|
|
|
|
by varenc
1886 days ago
|
|
I don't think right click is disabled? It's just that a bunch of the "links" aren't semantic <a> tags so you can't open them in a new window. (they're just <div> tags with onclick handlers) I think this happens often in single-page-apps just because developer don't care or don't think about this use case. It's frustratingly common. For example, Apple's online store does it too: https://www.apple.com/shop/accessories/all/cases-protection
No way to right click the various items and open a bunch of tabs. |
|