Support selected text for replies in the right click menu

Support selected text for replies in the right click menu

BUG: 463885
This commit is contained in:
James Graham
2024-03-28 21:01:21 +00:00
parent 9bf65de649
commit fbb4b962fa
2 changed files with 10 additions and 0 deletions

View File

@@ -175,6 +175,9 @@ DelegateChooser {
onReplyClicked: eventId => {
root.replyClicked(eventId);
}
onSelectedTextChanged: selectedText => {
root.selectedTextChanged(selectedText);
}
}
}