[BUG] Mid clicking the image preview in post doesn't lead to image in new tab
So you guys didn't like the normal markdown images and decided to make your own embedded image implementation. As always, it's kinda flawed. The image is a link image, but it's URL is fake and is overriden by javascript. This means that when I click any image with me middle button, I don't get to see that image in new tab.
Please fix this.
Technical note on how to fix this: Give the images the real URL, not your fake one. On click, check for button and only trigger the popup (and cancel the event) when it's left button.