MM-25809 - Fixed rendering code blocks when starting with 4 spaces (#4397)
This commit is contained in:
parent
195011d678
commit
6899bb9510
1 changed files with 1 additions and 1 deletions
|
|
@ -141,7 +141,7 @@ export default class PostDraft extends PureComponent {
|
|||
channel_id: channelId,
|
||||
root_id: rootId,
|
||||
parent_id: rootId,
|
||||
message: value.trim(),
|
||||
message: value,
|
||||
};
|
||||
|
||||
createPost(post, postFiles);
|
||||
|
|
|
|||
Loading…
Reference in a new issue