You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I right-click on the picture, then "copy image to clipboard", it doesn't do anything. It doesn't replace the clipboard content.
So I'm forced to open the image directly, and then copy image to clipboard.
I'm not sure where this issue come from, but that would be great if it were fixed.
The text was updated successfully, but these errors were encountered:
To be clear, it is indeed copying the file data. It's the surrounding element data that is causing the difference.
One is an SVG Image element...
The other is an HTML img element.
Some sites parse both normally. But others do not. (Imgur works, google docs does not) For this reason, this is on the other sites to parse them both. That being said, if we can do anything to fix this, I'm open to the idea of it.
Using Redlib with Docker on localhost.
Here's the HTML code of the image area:
When I right-click on the picture, then "copy image to clipboard", it doesn't do anything. It doesn't replace the clipboard content.
So I'm forced to open the image directly, and then copy image to clipboard.
I'm not sure where this issue come from, but that would be great if it were fixed.
The text was updated successfully, but these errors were encountered: