projects
/
lemmy-ui.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
579c442
)
Remove another touch end.
author
Dessalines
<tyhou13@gmx.com>
Fri, 12 Nov 2021 17:31:56 +0000
(12:31 -0500)
committer
Dessalines
<tyhou13@gmx.com>
Fri, 12 Nov 2021 17:31:56 +0000
(12:31 -0500)
src/shared/components/app/navbar.tsx
patch
|
blob
|
history
diff --git
a/src/shared/components/app/navbar.tsx
b/src/shared/components/app/navbar.tsx
index 7a3ad4bfa5343e68b4710b3499e6f3ada60ffb41..392424eb1ee826d3eda90facb9d08346d3fc11f2 100644
(file)
--- a/
src/shared/components/app/navbar.tsx
+++ b/
src/shared/components/app/navbar.tsx
@@
-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,