mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-21 20:16:26 +08:00
da320957ed
## Features - https://github.com/toeverything/BlockSuite/pull/6759 @regischen - https://github.com/toeverything/BlockSuite/pull/6746 @fundon - https://github.com/toeverything/BlockSuite/pull/6756 @regischen ## Bugfix - https://github.com/toeverything/BlockSuite/pull/6757 @fundon - https://github.com/toeverything/BlockSuite/pull/6750 @fundon ## Refactor ## Misc
A set of provider utilities for Yjs
createLazyProvider
A factory function to create a lazy provider. It will not download the document from the provider until the first time a document is loaded at the parent doc.
To use it, first define a DatasourceDocAdapter.
Then, create a LazyProvider with createLazyProvider(rootDoc, datasource).