fix: library init/import race conditions (#5101)

This commit is contained in:
David Luzar
2022-04-29 16:45:02 +02:00
committed by GitHub
parent 6a0f800716
commit d53ac2a61e
11 changed files with 248 additions and 133 deletions

View File

@@ -194,3 +194,4 @@ export const exportToClipboard = async (
export { serializeAsJSON, serializeLibraryAsJSON } from "../data/json";
export { loadFromBlob, loadLibraryFromBlob } from "../data/blob";
export { getFreeDrawSvgPath } from "../renderer/renderElement";
export { mergeLibraryItems } from "../data/library";