mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
parent
fdc462ec01
commit
e9067de173
32 changed files with 1369 additions and 464 deletions
|
@ -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(() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue