remove line

This commit is contained in:
Niels Lyngsø
2020-07-01 10:30:20 +02:00
parent 5debb4a11b
commit 8f7194df36

View File

@@ -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;
}