diff --git a/src/lib/entity.js b/src/lib/entity.js index 9bca74093..f0e4e93cd 100644 --- a/src/lib/entity.js +++ b/src/lib/entity.js @@ -267,8 +267,6 @@ export function getEntityClipboardRepresentation(entity) { var clone = prepareForSerialization(entity); var html = clone.outerHTML; html = html.replaceAll('=""', ''); - // Remove generated nanoid - html = html.replaceAll(/ id="[A-Za-z0-9_-]{21}"/g, ''); if (html.startsWith('