mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-22 03:28:52 +00:00
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…
x
Reference in New Issue
Block a user