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