fix: restore z-index to root Item of ChatText.qml
This commit is contained in:
parent
d618d0cc53
commit
b524c3b423
|
@ -12,6 +12,7 @@ Item {
|
|||
|
||||
id: root
|
||||
visible: contentType == Constants.messageType || isEmoji
|
||||
z: 51
|
||||
|
||||
height: visible ? (showMoreLoader.active ? childrenRect.height - 10 : chatText.height) : 0
|
||||
|
||||
|
|
Loading…
Reference in New Issue