mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 05:50:14 +08:00
FIX: preserve whitespace between uploads when the process is complete
This commit is contained in:
parent
78d91b1daf
commit
ba64ebbf10
|
@ -632,7 +632,7 @@ export default Ember.Component.extend({
|
|||
cacheShortUploadUrl(upload.short_url, upload.url);
|
||||
this.appEvents.trigger(
|
||||
"composer:replace-text",
|
||||
uploadPlaceholder,
|
||||
uploadPlaceholder.trim(),
|
||||
markdown
|
||||
);
|
||||
this._resetUpload(false);
|
||||
|
|
Loading…
Reference in New Issue
Block a user