mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
feat: don't unnecessarily prompt when installing libraries (#3329)
This commit is contained in:
parent
cf9e29834d
commit
30ae4b8bf2
6 changed files with 10 additions and 7 deletions
|
@ -179,7 +179,7 @@ const LibraryMenuItems = ({
|
|||
<a
|
||||
href={`https://libraries.excalidraw.com?target=${
|
||||
window.name || "_blank"
|
||||
}&referrer=${referrer}&useHash=true`}
|
||||
}&referrer=${referrer}&useHash=true&token=${Library.csrfToken}`}
|
||||
target="_excalidraw_libraries"
|
||||
>
|
||||
{t("labels.libraries")}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue