From 233a60f6a2de39077a5034fc294f122fb2fe256b 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 1fd28c63ad..613be7391b 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 = () => (
- - + + );