Open holmesworcester opened 2 years ago
Notes from a duplicate issue:
Right now you can't right click on a link or text to copy it, or right click on an image to save it, or lots of normal things.
There's a library for all of this. Let's try it to see if it's a quick fix for this set of issues and how much mileage we can get out of it!
https://github.com/sindresorhus/electron-context-menu
The options that make sense to me are:
And maybe: showSelectAll
Also I'm not sure if this gives us a way to show context menu on selected text, but if it does we should do that too.
This issue is solved with my last PR - https://github.com/TryQuiet/quiet/pull/2355 @holmesworcester
Right now there's no way to get an image out of Quiet. You can't save it, You can't copy it.
Letting users right click to copy would be awesome. This looks like a reasonable way to achieve this in Electron, and it seems like it will enable copying text too: https://github.com/sindresorhus/electron-context-menu
See also https://stackoverflow.com/questions/63379503/electron-js-with-the-right-click-be-able-to-perform-a-copy-and-cut-if-a-sel