mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
feat: change LibraryPersistenceAdapter load()
source
-> priority
to clarify the semantics
This commit is contained in:
parent
2382fad4f6
commit
6a385d6663
2 changed files with 14 additions and 14 deletions
|
@ -318,7 +318,7 @@ const ExcalidrawWrapper = () => {
|
|||
useHandleLibrary({
|
||||
excalidrawAPI,
|
||||
adapter: LibraryIndexedDBAdapter,
|
||||
// TODO maybe remove this in several months (shipped: 24-02-07)
|
||||
// TODO maybe remove this in several months (shipped: 24-03-11)
|
||||
migrationAdapter: LibraryLocalStorageMigrationAdapter,
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue