updated composition
This commit is contained in:
parent
d9c5ab5fa8
commit
58cefae839
@ -337,7 +337,7 @@ module.exports = ()->
|
|||||||
o = @end.prev_cl
|
o = @end.prev_cl
|
||||||
while o isnt op
|
while o isnt op
|
||||||
@getCustomType()._unapply o.undo_delta
|
@getCustomType()._unapply o.undo_delta
|
||||||
o = o.next_cl
|
o = o.prev_cl
|
||||||
while o isnt @end
|
while o isnt @end
|
||||||
o.undo_delta = @getCustomType()._apply o.content
|
o.undo_delta = @getCustomType()._apply o.content
|
||||||
o = o.next_cl
|
o = o.next_cl
|
||||||
|
Loading…
x
Reference in New Issue
Block a user