mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
feat: go-to-excalidrawplus button (#5202)
Co-authored-by: dwelle <luzar.david@gmail.com>
This commit is contained in:
parent
b9968e2e72
commit
bed9fca4a5
4 changed files with 59 additions and 9 deletions
|
@ -193,3 +193,7 @@ export const VERTICAL_ALIGN = {
|
|||
};
|
||||
|
||||
export const ELEMENT_READY_TO_ERASE_OPACITY = 20;
|
||||
|
||||
export const COOKIES = {
|
||||
AUTH_STATE_COOKIE: "excplus-auth",
|
||||
} as const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue