Commit 548d0666 authored by campaign's avatar campaign

修复回退丢失的问题

parent 8ded3fe6
......@@ -10,6 +10,7 @@ Minder.Receiver = kity.createClass('Receiver', {
}
this.index = 0;
this.isTypeText = false;
this.lastMinderNode = null;
return this;
},
constructor: function(km,sel,range) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment