Skip to content

Commit

Permalink
remove reference-layers from blacklist
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentfretin committed Jun 10, 2024
1 parent 2149566 commit 647254f
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 @@ -722,7 +722,7 @@ export function elementToJson(element) {
}

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

0 comments on commit 647254f

Please sign in to comment.