We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0791039 commit 2bd9c4dCopy full SHA for 2bd9c4d
src/services/webappclientservice.cpp
@@ -89,7 +89,7 @@ bool WebAppClientService::keepClipboard() {
89
_clipboardContent = byteArray.toBase64();
90
} else if (mimeData->hasHtml()) {
91
_clipboardMimeType = "text/html";
92
- _clipboardContent = clipboard->text();
+ _clipboardContent = mimeData->html();
93
} else if (mimeData->hasText()) {
94
_clipboardMimeType = "text/plain";
95
_clipboardContent = clipboard->text();
0 commit comments