mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
feat: reopen library menu on import from file (#3383)
Co-authored-by: Thang Vu <thang.huu.vu@mgm-tp.com>
This commit is contained in:
parent
233576628c
commit
67289ef4ce
3 changed files with 5 additions and 3 deletions
|
@ -116,5 +116,5 @@ export const importLibraryFromJSON = async () => {
|
|||
extensions: [".json", ".excalidrawlib"],
|
||||
*/
|
||||
});
|
||||
Library.importLibrary(blob);
|
||||
await Library.importLibrary(blob);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue