From: umonaca <53662960+umonaca@users.noreply.github.com> Date: Thu, 24 Oct 2019 20:48:11 +0000 (-0400) Subject: [Glitch] Improve swipe experience X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=dd810a9405316f83ccef0b4bfb25b9ec77b6e774;p=mastodon.git [Glitch] Improve swipe experience Port f4be89e24d3849de4b543faa37493474e2ee8e02 to glitch-soc Signed-off-by: Thibaut Girka --- diff --git a/app/javascript/flavours/glitch/features/ui/components/columns_area.js b/app/javascript/flavours/glitch/features/ui/components/columns_area.js index 958b856db..431909c72 100644 --- a/app/javascript/flavours/glitch/features/ui/components/columns_area.js +++ b/app/javascript/flavours/glitch/features/ui/components/columns_area.js @@ -186,7 +186,7 @@ class ColumnsArea extends ImmutablePureComponent { const floatingActionButton = shouldHideFAB(this.context.router.history.location.pathname) ? null : ; const content = columnIndex !== -1 ? ( - + {links.map(this.renderView)} ) : (