chocolat-public icon indicating copy to clipboard operation
chocolat-public copied to clipboard

Undo sometimes messes up (3.2.4)

Open johnmap opened this issue 8 years ago • 0 comments

Sorry for title, not really sure how else to put it, and this is going to be a pain to replicate.

Sometimes undoing/redoing multiple times will mess up the text that's being transformed, causing stuff like this:

-webkit-transform-origin: 50% 100%;ns  
-moz-tranorm-origin: 50% 100%;sf
-ms-transrm-origin: 50% 100%;fo  
-o-transfm-origin: 50% 100%;or

which of course before being messed up was:

-webkit-transform-origin: 50% 100%;  
-moz-transform-origin: 50% 100%;  
-ms-transform-origin: 50% 100%;  
-o-transform-origin: 50% 100%;

In this particular case it also moved a curly bracket to the wrong place, which with css (and without source control to fall back on) would ofc be a bit of a killer.

johnmap avatar Apr 16 '16 08:04 johnmap