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) { if (messageWasEdited || stoppedEditing) {
this._applyFormatting(); this._applyFormatting();
} }
this.calculateUrlPreview();
} }
}, },