1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-07 10:46:24 +03:00

this is already done as part of _applyFormatting

This commit is contained in:
Bruno Windels
2019-05-21 16:56:05 +02:00
parent 30a485bddd
commit 72c1725f98

View File

@@ -136,7 +136,6 @@ module.exports = React.createClass({
if (messageWasEdited || stoppedEditing) {
this._applyFormatting();
}
this.calculateUrlPreview();
}
},