mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-18 18:44:01 +00:00
fix(StatusChatList): fix wrong id used
This commit is contained in:
parent
603d8e7ee9
commit
b2ed066a5d
@ -166,7 +166,7 @@ Column {
|
||||
}
|
||||
}
|
||||
|
||||
let p = statusChatListItem.mapToItem(statusChatList, mouse.x, mouse.y)
|
||||
let p = statusChatListItem.mapToItem(root, mouse.x, mouse.y)
|
||||
|
||||
popupMenuSlot.item.popup(p.x + 4, p.y + 6)
|
||||
popupMenuSlot.item.openHandler = originalOpenHandler
|
||||
|
Loading…
x
Reference in New Issue
Block a user