mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-23 04:41:14 +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
|
<Link
|
||||||
className="nav-link"
|
className="nav-link"
|
||||||
to="/reports"
|
to="/reports"
|
||||||
onTouchEnd={linkEvent(
|
|
||||||
this,
|
|
||||||
this.handleHideExpandNavbar
|
|
||||||
)}
|
|
||||||
onMouseUp={linkEvent(this, this.handleHideExpandNavbar)}
|
onMouseUp={linkEvent(this, this.handleHideExpandNavbar)}
|
||||||
title={i18n.t("unread_reports", {
|
title={i18n.t("unread_reports", {
|
||||||
count: this.state.unreadReportCount,
|
count: this.state.unreadReportCount,
|
||||||
|
|
Loading…
Reference in a new issue