From 01ada0b49fd877b057406f6d4b9c3b0a821b4e65 Mon Sep 17 00:00:00 2001 From: Agrendalath Date: Tue, 1 Jun 2021 19:30:34 +0200 Subject: [PATCH] fix: handle opening verticals in new tabs with the "View In Studio" button #24020 introduced a workaround for viewing the current vertical in Studio However, replacing `window.location.href` on `click` did not support opening it in a new tab. --- lms/templates/preview_menu.html | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/lms/templates/preview_menu.html b/lms/templates/preview_menu.html index b9d5d223ddeb..fa26e6bc4f06 100644 --- a/lms/templates/preview_menu.html +++ b/lms/templates/preview_menu.html @@ -107,7 +107,7 @@