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:
@ -116,5 +116,5 @@ export const importLibraryFromJSON = async () => {
|
||||
extensions: [".json", ".excalidrawlib"],
|
||||
*/
|
||||
});
|
||||
Library.importLibrary(blob);
|
||||
await Library.importLibrary(blob);
|
||||
};
|
||||
|
Reference in New Issue
Block a user