Replace editor #174

Merged
enes merged 12 commits from 170-editor-update into staging 2024-12-24 16:13:49 +00:00
Showing only changes of commit 52f1735d40 - Show all commits

View File

@ -111,7 +111,7 @@ export const NDKContextProvider = ({ children }: { children: ReactNode }) => {
}
const ndk = useMemo(() => {
localStorage.setItem('debug', '*')
localStorage.removeItem('debug')
const dexieAdapter = new NDKCacheAdapterDexie({ dbName: 'degmod-db' })
dexieAdapter.locking = true
const ndk = new NDK({