mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
feat: prefer hash when importing libraries & expose importLibrary (#3320)
This commit is contained in:
parent
5d26c15daf
commit
cf9e29834d
6 changed files with 68 additions and 17 deletions
|
@ -179,7 +179,7 @@ const LibraryMenuItems = ({
|
|||
<a
|
||||
href={`https://libraries.excalidraw.com?target=${
|
||||
window.name || "_blank"
|
||||
}&referrer=${referrer}`}
|
||||
}&referrer=${referrer}&useHash=true`}
|
||||
target="_excalidraw_libraries"
|
||||
>
|
||||
{t("labels.libraries")}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue