matrixion/resources/qml/delegates/TextMessage.qml

8 lines
196 B
QML
Raw Normal View History

2019-11-03 05:28:16 +03:00
import ".."
2019-11-03 05:28:16 +03:00
MatrixText {
2020-02-09 03:24:24 +03:00
property string formatted: model.data.formattedBody
text: formatted.replace("<pre>", "<pre style='white-space: pre-wrap'>")
2019-10-28 00:01:40 +03:00
width: parent ? parent.width : undefined
}