Single message text selection for mouses

This commit is contained in:
miruka
2020-03-26 20:31:19 -04:00
parent 3852357614
commit 2d471b70f5
5 changed files with 69 additions and 22 deletions

View File

@@ -76,6 +76,8 @@ Rectangle {
property bool ownEventsOnRight:
width < theme.chat.eventList.ownEventsOnRightUnderWidth
property string delegateWithSelectedText: ""
function canCombine(item, itemAfter) {
if (! item || ! itemAfter) return false