mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-17 14:30:32 +02:00
@@ -148,7 +148,7 @@ class Library {
|
||||
defaultStatus?: "unpublished" | "published";
|
||||
}): Promise<LibraryItems> => {
|
||||
if (openLibraryMenu) {
|
||||
this.app.setState({ isLibraryOpen: true });
|
||||
this.app.setState({ openSidebar: "library" });
|
||||
}
|
||||
|
||||
return this.setLibrary(() => {
|
||||
|
Reference in New Issue
Block a user