feat: change LibraryPersistenceAdapter load() source -> priority

to clarify the semantics
This commit is contained in:
dwelle 2024-03-11 09:40:51 +01:00
parent 2382fad4f6
commit 6a385d6663
2 changed files with 14 additions and 14 deletions

View file

@ -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,
});