mirror of
https://github.com/discourse/discourse.git
synced 2025-04-01 11:07:24 +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…
x
Reference in New Issue
Block a user