1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-10 09:22:25 +03:00

Merge pull request #3032 from matrix-org/bwindels/filterreply

Message editing: fix reply text appearing in edit
This commit is contained in:
Bruno Windels
2019-05-27 15:12:18 +00:00
committed by GitHub

View File

@@ -66,6 +66,8 @@ function parseHtmlMessage(html, room) {
break;
case Node.ELEMENT_NODE:
switch (n.nodeName) {
case "MX-REPLY":
break;
case "DIV":
case "P": {
// block element should cause line break if not first