From 8d9755e5f597fbff19df51e8279154bc78b014f4 Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Wed, 29 May 2019 17:33:35 +0300 Subject: [PATCH] Change links in right panel to open in the same tab (#10848) For Rambox compatibility --- .../mastodon/features/ui/components/navigation_panel.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/javascript/mastodon/features/ui/components/navigation_panel.js b/app/javascript/mastodon/features/ui/components/navigation_panel.js index 1fd28c63a..613be7391 100644 --- a/app/javascript/mastodon/features/ui/components/navigation_panel.js +++ b/app/javascript/mastodon/features/ui/components/navigation_panel.js @@ -21,8 +21,8 @@ const NavigationPanel = () => (
- - + + );