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…
Reference in New Issue