]> Untitled Git - lemmy-ui.git/commitdiff
Remove another touch end.
authorDessalines <tyhou13@gmx.com>
Fri, 12 Nov 2021 17:31:56 +0000 (12:31 -0500)
committerDessalines <tyhou13@gmx.com>
Fri, 12 Nov 2021 17:31:56 +0000 (12:31 -0500)
src/shared/components/app/navbar.tsx

index 7a3ad4bfa5343e68b4710b3499e6f3ada60ffb41..392424eb1ee826d3eda90facb9d08346d3fc11f2 100644 (file)
@@ -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,