I found it!
I get undo bug in this situation. I have some string, like this:
Code: Select all
<td class="myclass"><a href="#">Main</a></td>
So, when i need to add some code, i do:
Code: Select all
<td class="myclass">[write here, ctrl+space won't work too]<div class="myclass2"><a href="#">Main</a>[and write here]</div></td>
After this i press ctrl+z, and editor remove ">" first, next "div", next "/" and last "<". But will be nice, if editor will remove "</div>" by one time pressing ctrl+z, but not four time, like now.
Thanks!