diff options
Diffstat (limited to 'components/InputMulti.qml')
| -rw-r--r-- | components/InputMulti.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/InputMulti.qml b/components/InputMulti.qml index 8fccb6a6..ddbd5552 100644 --- a/components/InputMulti.qml +++ b/components/InputMulti.qml @@ -70,6 +70,7 @@ TextArea { } MoneroComponents.ContextMenu { + cursorShape: Qt.IBeamCursor onPaste: { textArea.clear(); textArea.paste(); |
