mimbrero / whatsapp-desktop-linux

Unofficial WhatsApp Linux client built with Electron.
https://flathub.org/apps/details/io.github.mimbrero.WhatsAppDesktop
MIT License
78 stars 20 forks source link

Show context menu only when selecting message #24

Open jilv220 opened 2 years ago

jilv220 commented 2 years ago

There is no way to right click to copy the message right now. The work around is to CTRL+C.

Possible implementation:
Using electron-context-menu to only show context menu when right clicking on text.

I think this way won't override the default right click behavior. (not sure)