Change X11 selection only if any text selected
This commit is contained in:
parent
30ebb7c88e
commit
3bc185f4e6
|
@ -39,7 +39,8 @@ FocusScope {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
onJoinedSelectionChanged: Clipboard.selection = joinedSelection
|
onJoinedSelectionChanged:
|
||||||
|
if (joinedSelection) Clipboard.selection = joinedSelection
|
||||||
|
|
||||||
onDragStarted: {
|
onDragStarted: {
|
||||||
draggedItem.Drag.active = true
|
draggedItem.Drag.active = true
|
||||||
|
|
Loading…
Reference in New Issue
Block a user