UX: Trim selected text while copying to the link building modal
This commit is contained in:
parent
cbf4204ecc
commit
4a70248311
|
@ -737,7 +737,7 @@ export default Ember.Component.extend({
|
|||
this._lastSel = this._getSelected();
|
||||
|
||||
if (this._lastSel) {
|
||||
this.set("linkText", this._lastSel.value);
|
||||
this.set("linkText", this._lastSel.value.trim());
|
||||
}
|
||||
|
||||
this.set('insertLinkHidden', false);
|
||||
|
|
Loading…
Reference in New Issue