Open Brtbr opened 5 months ago
The default behavior for CopyToClipboard is to choose the output format text/html. This causes issues when pasting into HTML messages in Thunderbird. Therefore this commit changes the output format to text/plain which seems to solve the issue.
Fixes issue #266
Just found out that it should fix issue #271 as well.
Hi,
I confirm this behaviour !
The default behavior for CopyToClipboard is to choose the output format text/html. This causes issues when pasting into HTML messages in Thunderbird. Therefore this commit changes the output format to text/plain which seems to solve the issue.
Fixes issue #266