mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Wrapped comment messages in divs like posts in the center pane
This commit is contained in:
@@ -207,7 +207,7 @@ export default class RhsComment extends React.Component {
|
||||
<div className='post-body'>
|
||||
<p className={postClass}>
|
||||
{loading}
|
||||
<span
|
||||
<div
|
||||
onClick={TextFormatting.handleClick}
|
||||
dangerouslySetInnerHTML={{__html: TextFormatting.formatText(post.message)}}
|
||||
/>
|
||||
|
||||
@@ -147,7 +147,7 @@ export default class RhsRootPost extends React.Component {
|
||||
</li>
|
||||
</ul>
|
||||
<div className='post-body'>
|
||||
<p
|
||||
<div
|
||||
onClick={TextFormatting.handleClick}
|
||||
dangerouslySetInnerHTML={{__html: TextFormatting.formatText(post.message)}}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user