fix(StatusChatList): fix wrong id used

This commit is contained in:
Jonathan Rainville 2022-08-05 15:48:54 -04:00 committed by Michał Cieślak
parent 603d8e7ee9
commit b2ed066a5d
1 changed files with 1 additions and 1 deletions

View File

@ -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.popup(p.x + 4, p.y + 6)
popupMenuSlot.item.openHandler = originalOpenHandler popupMenuSlot.item.openHandler = originalOpenHandler