mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-22 03:28:52 +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
|
//reactionsModel: model.message.reactions
|
||||||
activityCenterMessage: true
|
activityCenterMessage: true
|
||||||
read: model.read
|
read: model.read
|
||||||
onImageClick: { Global.openImagePopup(image); }
|
onImageClicked: { Global.openImagePopup(image); }
|
||||||
scrollToBottom: null
|
scrollToBottom: null
|
||||||
clickMessage: function (isProfileClick) {
|
clickMessage: function (isProfileClick) {
|
||||||
if (isProfileClick) {
|
if (isProfileClick) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user