diff --git a/packages/core/src/data-editor/copy-paste.ts b/packages/core/src/data-editor/copy-paste.ts index b3b1f35b2..c03805929 100644 --- a/packages/core/src/data-editor/copy-paste.ts +++ b/packages/core/src/data-editor/copy-paste.ts @@ -293,7 +293,7 @@ export function decodeHTML(html: string): CopyBuffer | undefined { } else { let textContent = clone.textContent ?? ""; if (isAppleNumbers) { - // replace and newline not preceded by a newline + // replace any newline not preceded by a newline textContent = textContent.replace(/(?