zrcadlo
https://github.com/excalidraw/excalidraw.git
synchronizováno 2025-11-02 03:44:34 +01:00
feat: prefer hash when importing libraries & expose importLibrary (#3320)
Tento commit je obsažen v:
@@ -116,3 +116,11 @@ export const MODES = {
|
||||
};
|
||||
|
||||
export const THEME_FILTER = cssVariables.themeFilter;
|
||||
|
||||
export const URL_QUERY_KEYS = {
|
||||
addLibrary: "addLibrary",
|
||||
} as const;
|
||||
|
||||
export const URL_HASH_KEYS = {
|
||||
addLibrary: "addLibrary",
|
||||
} as const;
|
||||
|
||||
Odkázat v novém úkolu
Zablokovat Uživatele