Skip to content

Commit

Permalink
add environment to blacklisted entity ids
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentfretin committed Aug 31, 2024
1 parent 7fc32a5 commit 079d94d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/editor/lib/entity.js
Original file line number Diff line number Diff line change
Expand Up @@ -750,7 +750,7 @@ export function elementToObject(element) {
}

const blacklistedEntityProperties = {
id: [],
id: ['environment'],
classList: ['autocreated'],
tagName: [],
attributes: []
Expand Down

0 comments on commit 079d94d

Please sign in to comment.