mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 09:09:36 +02:00
Merge pull request #9841 from overleaf/em-track-changes-timestamps
Do not update timestamp when deleting part of tracked insertions GitOrigin-RevId: 5833ed973b6be128cfd2a3b03c44e1d88eccad42
This commit is contained in:
@@ -537,7 +537,6 @@ class RangesTracker {
|
||||
if (insertRemaining.length > 0) {
|
||||
change.op.i = insertRemaining
|
||||
change.op.p = Math.min(changeStart, opStart)
|
||||
change.metadata.ts = metadata.ts
|
||||
movedChanges.push(change)
|
||||
} else {
|
||||
removeChanges.push(change)
|
||||
|
||||
Reference in New Issue
Block a user