diff --git a/src/editor/lib/entity.js b/src/editor/lib/entity.js index 1ad74f59..0b5459a0 100644 --- a/src/editor/lib/entity.js +++ b/src/editor/lib/entity.js @@ -750,7 +750,7 @@ export function elementToObject(element) { } const blacklistedEntityProperties = { - id: [], + id: ['environment'], classList: ['autocreated'], tagName: [], attributes: []