mirror of
https://github.com/flarum/framework.git
synced 2025-02-18 12:33:22 +08:00
Fix MarkRead Mobile Gesture (#2383)
This commit is contained in:
parent
3d27305f2f
commit
b0075223f4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user