mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
add server document
This commit is contained in:
@ -205,12 +205,12 @@ where
|
||||
T: Attributes,
|
||||
{
|
||||
pub fn merge_or_new(&mut self, n: usize, attributes: T) -> Option<Operation<T>> {
|
||||
tracing::trace!(
|
||||
"merge_retain_or_new_op: len: {:?}, l: {} - r: {}",
|
||||
n,
|
||||
self.attributes,
|
||||
attributes
|
||||
);
|
||||
// tracing::trace!(
|
||||
// "merge_retain_or_new_op: len: {:?}, l: {} - r: {}",
|
||||
// n,
|
||||
// self.attributes,
|
||||
// attributes
|
||||
// );
|
||||
if self.attributes == attributes {
|
||||
self.n += n;
|
||||
None
|
||||
|
Reference in New Issue
Block a user