Make typing indocator anchor on the left
This commit is contained in:
@@ -408,7 +408,7 @@ Kirigami.ScrollablePage {
|
|||||||
currentRoom.usersTyping.length,
|
currentRoom.usersTyping.length,
|
||||||
currentRoom.usersTyping.map(user => user.displayName).join(", ")
|
currentRoom.usersTyping.map(user => user.displayName).join(", ")
|
||||||
) : ""
|
) : ""
|
||||||
anchors.right: parent.right
|
anchors.left: parent.left
|
||||||
height: visible ? implicitHeight : 0
|
height: visible ? implicitHeight : 0
|
||||||
Behavior on height {
|
Behavior on height {
|
||||||
NumberAnimation {
|
NumberAnimation {
|
||||||
|
|||||||
Reference in New Issue
Block a user