this is already done as part of _applyFormatting

pull/21833/head
Bruno Windels 2019-05-21 16:56:05 +02:00
parent 30a485bddd
commit 72c1725f98
1 changed files with 0 additions and 1 deletions

View File

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