mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 16:46:12 +08:00
FIX: Upload placeholder was missing line break (#13917)
This commit is contained in:
parent
e7b8e75583
commit
e92163367d
|
@ -811,7 +811,7 @@ export default Component.extend({
|
|||
"composer:replace-text",
|
||||
`[${I18n.t("processing_filename", {
|
||||
filename: this.uploadProcessingFilename,
|
||||
})}]()\n`,
|
||||
})}]()`,
|
||||
this.uploadPlaceholder.trim()
|
||||
);
|
||||
this.uploadProcessingFilename = null;
|
||||
|
|
Loading…
Reference in New Issue
Block a user