mirror of
				https://github.com/excalidraw/excalidraw.git
				synced 2025-11-04 12:54:23 +01:00 
			
		
		
		
	Fix library dnd (#2314)
This commit is contained in:
		@@ -89,3 +89,10 @@ export const MIME_TYPES = {
 | 
			
		||||
  excalidraw: "application/vnd.excalidraw+json",
 | 
			
		||||
  excalidrawlib: "application/vnd.excalidrawlib+json",
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
export const STORAGE_KEYS = {
 | 
			
		||||
  LOCAL_STORAGE_ELEMENTS: "excalidraw",
 | 
			
		||||
  LOCAL_STORAGE_APP_STATE: "excalidraw-state",
 | 
			
		||||
  LOCAL_STORAGE_COLLAB: "excalidraw-collab",
 | 
			
		||||
  LOCAL_STORAGE_LIBRARY: "excalidraw-library",
 | 
			
		||||
};
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user