mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-20 02:28:56 +00:00
hotfix(act-center): fix wrong signal name
This commit is contained in:
parent
349cf4f0ef
commit
3477e4c33e
@ -130,7 +130,7 @@ Item {
|
||||
//reactionsModel: model.message.reactions
|
||||
activityCenterMessage: true
|
||||
read: model.read
|
||||
onImageClick: { Global.openImagePopup(image); }
|
||||
onImageClicked: { Global.openImagePopup(image); }
|
||||
scrollToBottom: null
|
||||
clickMessage: function (isProfileClick) {
|
||||
if (isProfileClick) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user