mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-22 20:31:13 +00:00
Remove another touch end.
This commit is contained in:
parent
579c4424d9
commit
9f57f7dd78
1 changed files with 0 additions and 4 deletions
|
@ -352,10 +352,6 @@ export class Navbar extends Component<NavbarProps, NavbarState> {
|
|||
<Link
|
||||
className="nav-link"
|
||||
to="/reports"
|
||||
onTouchEnd={linkEvent(
|
||||
this,
|
||||
this.handleHideExpandNavbar
|
||||
)}
|
||||
onMouseUp={linkEvent(this, this.handleHideExpandNavbar)}
|
||||
title={i18n.t("unread_reports", {
|
||||
count: this.state.unreadReportCount,
|
||||
|
|
Loading…
Reference in a new issue