mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-09 05:05:29 +00:00
chore: add safety to satisfy QML
This commit is contained in:
parent
82960a912b
commit
00e2a7406a
@ -71,7 +71,9 @@ Column {
|
|||||||
}
|
}
|
||||||
|
|
||||||
popupMenuSlot.item.closeHandler = function () {
|
popupMenuSlot.item.closeHandler = function () {
|
||||||
statusChatListItem.highlighted = false
|
if (statusChatListItem) {
|
||||||
|
statusChatListItem.highlighted = false
|
||||||
|
}
|
||||||
if (!!originalCloseHandler) {
|
if (!!originalCloseHandler) {
|
||||||
originalCloseHandler()
|
originalCloseHandler()
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user