优化缩略图的处理

This commit is contained in:
Yuzhong Zhang
2025-07-06 14:27:41 +08:00
parent 15327cee5a
commit e4981703fe
3 changed files with 46 additions and 20 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ const STORAGE_CONFIG_SESSION_STORAGE_KEY =
"excalidraw-storage-config-credentials";
const getInitialStorageConfig = (): StorageConfig => {
const defaultConfig: StorageConfig = { type: "default" };
const defaultConfig: StorageConfig = { type: "indexed-db" };
try {
const nonSensitive = localStorage.getItem(STORAGE_CONFIG_LOCAL_STORAGE_KEY);