mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-11-16 18:54:34 +01: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