mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-20 07:49:59 +02:00
feat: support multi-embed pasting & x.com domain (#7516)
This commit is contained in:
@@ -1071,3 +1071,7 @@ export function addEventListener(
|
||||
target?.removeEventListener?.(type, listener, options);
|
||||
};
|
||||
}
|
||||
|
||||
export const normalizeEOL = (str: string) => {
|
||||
return str.replace(/\r?\n|\r/g, "\n");
|
||||
};
|
||||
|
Reference in New Issue
Block a user