mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-30 16:25:35 +00:00
parent
8bd194eb48
commit
c74d1086c0
@ -374,7 +374,9 @@ Rectangle {
|
||||
d.copyTextStart = messageInputField.cursorPosition
|
||||
messageInputField.readOnly = true
|
||||
|
||||
if (d.copiedTextPlain === QClipboardProxy.text) {
|
||||
const clipboardText = globalUtils.plainText(QClipboardProxy.text)
|
||||
const copiedText = globalUtils.plainText(d.copiedTextPlain)
|
||||
if (copiedText === clipboardText) {
|
||||
d.internalPaste = true
|
||||
} else {
|
||||
d.copiedTextPlain = ""
|
||||
|
Loading…
x
Reference in New Issue
Block a user