remove unused line

This commit is contained in:
Niels Lyngsø
2020-07-01 10:33:13 +02:00
parent d2678135fe
commit 22aa76d6b1

View File

@@ -254,8 +254,6 @@
if (blockObject.config.settingsElementTypeKey) {
blockSettingsClone = Utilities.copy(blockObject.settings);
}
var hideContent = (openSettings === true && inlineEditing === true);
var blockEditorModel = {
hideContent: blockObject.hideContentInOverlay,