fix: Channels stay highlighted when they are not selected
disable the highlight also when not exiting the DropArea Fixes #11459
This commit is contained in:
parent
5f1483a595
commit
875e17b061
|
@ -68,6 +68,8 @@ Item {
|
|||
}
|
||||
|
||||
onDropped: function(drop) {
|
||||
statusChatListCategoryItem.highlighted = false;
|
||||
statusChatListItem.highlighted = false;
|
||||
const from = drop.source.visualIndex;
|
||||
const to = chatListDelegate.visualIndex;
|
||||
if (to === from)
|
||||
|
|
Loading…
Reference in New Issue