nheko/resources/qml/delegates/TextMessage.qml

7 lines
158 B
QML
Raw Normal View History

2019-11-03 03:28:16 +01:00
import ".."
2019-11-03 03:28:16 +01:00
MatrixText {
text: model.data.formattedBody.replace("<pre>", "<pre style='white-space: pre-wrap'>")
2019-10-27 22:01:40 +01:00
width: parent ? parent.width : undefined
}