mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-06 15:49:01 +02:00
skip ops marked as broken in database
This commit is contained in:
@@ -11,7 +11,7 @@ module.exports = DiffGenerator =
|
||||
ConsistencyError: ConsistencyError
|
||||
|
||||
rewindUpdate: (content, update) ->
|
||||
for op, i in update.op by -1
|
||||
for op, i in update.op by -1 when op.broken isnt true
|
||||
try
|
||||
content = DiffGenerator.rewindOp content, op
|
||||
catch e
|
||||
|
||||
Reference in New Issue
Block a user