logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: c0979381a4dd7541ab1d70647dbb2838e7496100
parent: 676f577e7e18ea6a2980205e5502291506fef981
Author: Daniel Hunsaker <danhunsaker@gmail.com>
Date:   Fri, 23 Jun 2017 15:13:27 -0600

Fix a typo and give CW'd statuses the right cursor (#3918)


Diffstat:

Mapp/javascript/mastodon/components/status_content.js2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/javascript/mastodon/components/status_content.js b/app/javascript/mastodon/components/status_content.js @@ -135,7 +135,7 @@ export default class StatusContent extends React.PureComponent { } return ( - <div className='status__content status__content--with_action' ref={this.setRef} onMouseDown={this.handleMouseDown} onMouseUp={this.handleMouseUp}> + <div className='status__content status__content--with-action' ref={this.setRef} onMouseDown={this.handleMouseDown} onMouseUp={this.handleMouseUp}> <p style={{ marginBottom: hidden && status.get('mentions').isEmpty() ? '0px' : null }}> <span dangerouslySetInnerHTML={spoilerContent} /> {' '}