mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-16 17:46:18 +08:00
fix: websocket content error
This commit is contained in:
@@ -34,7 +34,7 @@ const DynamicBlocksuite = ({
|
||||
new Promise(async resolve => {
|
||||
const workspace = new StoreWorkspace({
|
||||
room: workspaceId,
|
||||
providers: [],
|
||||
providers: [IndexedDBDocProvider],
|
||||
}).register(BlockSchema);
|
||||
if (websocket && token.refresh) {
|
||||
// FIXME: if add websocket provider, the first page will be blank
|
||||
|
||||
Reference in New Issue
Block a user