mirror of
https://github.com/loro-dev/loro.git
synced 2025-02-05 12:14:43 +00:00
fix: export EncodedBlobMode
This commit is contained in:
parent
90fe3bc999
commit
5db052d16a
1 changed files with 2 additions and 2 deletions
|
@ -45,8 +45,8 @@ pub use loro_internal::container::richtext::ExpandType;
|
|||
pub use loro_internal::container::{ContainerID, ContainerType, IntoContainerId};
|
||||
pub use loro_internal::cursor;
|
||||
pub use loro_internal::delta::{TreeDeltaItem, TreeDiff, TreeDiffItem, TreeExternalDiff};
|
||||
pub use loro_internal::encoding::ExportMode;
|
||||
pub use loro_internal::encoding::ImportBlobMetadata;
|
||||
pub use loro_internal::encoding::{EncodedBlobMode, ExportMode};
|
||||
pub use loro_internal::event::{EventTriggerKind, Index};
|
||||
pub use loro_internal::handler::TextDelta;
|
||||
pub use loro_internal::json;
|
||||
|
@ -221,7 +221,7 @@ impl LoroDoc {
|
|||
///
|
||||
/// If two continuous local changes are within the interval, they will be merged into one change.
|
||||
/// The default value is 1000 seconds.
|
||||
///
|
||||
///
|
||||
/// By default, we record timestamps in seconds for each change. So if the merge interval is 1, and changes A and B
|
||||
/// have timestamps of 3 and 4 respectively, then they will be merged into one change
|
||||
#[inline]
|
||||
|
|
Loading…
Reference in a new issue