Inline Edits
Edit text messages inline instead of in the chatbar
This commit is contained in:
@@ -21,8 +21,14 @@ TimelineContainer {
|
||||
RichLabel {
|
||||
id: label
|
||||
Layout.fillWidth: true
|
||||
visible: currentRoom.chatBoxEditId !== model.eventId
|
||||
isEmote: messageDelegate.isEmote
|
||||
}
|
||||
MessageEditComponent {
|
||||
Layout.fillWidth: true
|
||||
messageId: model.eventId
|
||||
visible: currentRoom.chatBoxEditId === model.eventId
|
||||
}
|
||||
Loader {
|
||||
id: linkPreviewLoader
|
||||
Layout.fillWidth: true
|
||||
|
||||
Reference in New Issue
Block a user