mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix: library not scrollable when no published items installed (#5352)
* fix: library not scrollable when no published items installed * show empty lib message in one case & fix i18n
This commit is contained in:
parent
9135ebf2e2
commit
120c8f373c
2 changed files with 20 additions and 3 deletions
|
@ -124,6 +124,7 @@
|
|||
"sidebarLock": "Keep sidebar open"
|
||||
},
|
||||
"library": {
|
||||
"noItems": "No items added yet...",
|
||||
"hint_emptyLibrary": "Select an item on canvas to add it here, or install a library from the public repository, below.",
|
||||
"hint_emptyPrivateLibrary": "Select an item on canvas to add it here."
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue