From 8f7194df368d87d61da60892af4f8b67eaa0cd7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Lyngs=C3=B8?= Date: Wed, 1 Jul 2020 10:30:20 +0200 Subject: [PATCH] remove line --- .../blocklist/umbBlockListPropertyEditor.component.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/blocklist/umbBlockListPropertyEditor.component.js b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/blocklist/umbBlockListPropertyEditor.component.js index 346c79cff7..a15deb72fb 100644 --- a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/blocklist/umbBlockListPropertyEditor.component.js +++ b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/blocklist/umbBlockListPropertyEditor.component.js @@ -237,8 +237,7 @@ var wasNotActiveBefore = blockObject.active !== true; activateBlock(blockObject); - - if (inlineEditing === true && openSettings !== true) { // dont open the editor overlay if block has hidden its content editor in overlays and we are requesting to open content, not settings. + // dont open the editor overlay if block has hidden its content editor in overlays and we are requesting to open content, not settings. if (openSettings !== true && blockObject.hideContentInOverlay === true) { return; }