From 05741eccfd8d2166e4dcbdeceadf34f734e2c642 Mon Sep 17 00:00:00 2001 From: Isaiah Odhner Date: Thu, 6 Jun 2019 18:03:50 -0400 Subject: [PATCH] Fix target="_blank" (#794) It's tricky because "blank" (without an underscore) will still open a new tab, but it's actually being interpreted as a browsing context name, and so clicking it a second time will replace the previously opened tab (even if navigated away). --- js/components/MainWindow/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/components/MainWindow/index.tsx b/js/components/MainWindow/index.tsx index 1d9921a6..79c24307 100644 --- a/js/components/MainWindow/index.tsx +++ b/js/components/MainWindow/index.tsx @@ -156,7 +156,7 @@ export class MainWindow extends React.Component {