From: umonaca <53662960+umonaca@users.noreply.github.com> Date: Thu, 24 Oct 2019 20:48:11 +0000 (-0400) Subject: Improve swipe experience (#12168) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=f4be89e24d3849de4b543faa37493474e2ee8e02;p=mastodon.git Improve swipe experience (#12168) --- diff --git a/app/javascript/mastodon/features/ui/components/columns_area.js b/app/javascript/mastodon/features/ui/components/columns_area.js index 8a4e89b3d..f31425c70 100644 --- a/app/javascript/mastodon/features/ui/components/columns_area.js +++ b/app/javascript/mastodon/features/ui/components/columns_area.js @@ -182,7 +182,7 @@ class ColumnsArea extends ImmutablePureComponent { const floatingActionButton = shouldHideFAB(this.context.router.history.location.pathname) ? null : ; const content = columnIndex !== -1 ? ( - + {links.map(this.renderView)} ) : (