Fix MarkRead Mobile Gesture (#2383)

This commit is contained in:
Sami Mazouz 2020-10-11 22:26:32 +01:00 committed by GitHub
parent 3d27305f2f
commit b0075223f4

View File

@ -91,12 +91,12 @@ export default class DiscussionListItem extends Component {
)
: ''}
<a
<span
className={'Slidable-underneath Slidable-underneath--left Slidable-underneath--elastic' + (isUnread ? '' : ' disabled')}
onclick={this.markAsRead.bind(this)}
>
{icon('fas fa-check')}
</a>
</span>
<div className={'DiscussionListItem-content Slidable-content' + (isUnread ? ' unread' : '') + (isRead ? ' read' : '')}>
<Link