parent
8bd194eb48
commit
c74d1086c0
|
@ -374,7 +374,9 @@ Rectangle {
|
||||||
d.copyTextStart = messageInputField.cursorPosition
|
d.copyTextStart = messageInputField.cursorPosition
|
||||||
messageInputField.readOnly = true
|
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
|
d.internalPaste = true
|
||||||
} else {
|
} else {
|
||||||
d.copiedTextPlain = ""
|
d.copiedTextPlain = ""
|
||||||
|
|
Loading…
Reference in New Issue