mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 04:48:53 +00:00
fix(workspace): should avoid sending providers' update back (#3384)
This commit is contained in:
@@ -53,7 +53,7 @@ export const createSQLiteProvider: DocProviderCreator = (
|
||||
passive: true,
|
||||
connect: () => {
|
||||
datasource = createDatasource(id);
|
||||
provider = createLazyProvider(rootDoc, datasource);
|
||||
provider = createLazyProvider(rootDoc, datasource, { origin: 'sqlite' });
|
||||
provider.connect();
|
||||
connected = true;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user