From 079d94d3b1c1e017683408c618db9b9e6df337d8 Mon Sep 17 00:00:00 2001 From: Vincent Fretin Date: Fri, 31 May 2024 13:48:08 +0200 Subject: [PATCH] add environment to blacklisted entity ids --- src/editor/lib/entity.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/editor/lib/entity.js b/src/editor/lib/entity.js index 1ad74f593..0b5459a01 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: []