From 58cefae839647bc16d820602776c3f4b63315bba Mon Sep 17 00:00:00 2001 From: DadaMonad Date: Sun, 12 Apr 2015 13:09:10 +0000 Subject: [PATCH] updated composition --- lib/Operations/Structured.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Operations/Structured.coffee b/lib/Operations/Structured.coffee index ef33eb32..d7af49c3 100644 --- a/lib/Operations/Structured.coffee +++ b/lib/Operations/Structured.coffee @@ -337,7 +337,7 @@ module.exports = ()-> o = @end.prev_cl while o isnt op @getCustomType()._unapply o.undo_delta - o = o.next_cl + o = o.prev_cl while o isnt @end o.undo_delta = @getCustomType()._apply o.content o = o.next_cl