we dont have this fallback anymore

This commit is contained in:
Niels Lyngsø
2020-06-18 09:00:39 +02:00
parent 73f066ec92
commit 685d1047fa
@@ -139,8 +139,6 @@
// If this entry was not supported by our property-editor it would return 'null'.
if(block !== null) {
entry.$block = block;
} else {
entry.$block = blockEditorService.UNSUPPORTED_BLOCKOBJECT;
}
}
});