implemented support for range of deletions (unfinished)
This commit is contained in:
@@ -36,7 +36,7 @@ module.exports = function (Y/* :any */) {
|
||||
return [] // [op.target]
|
||||
},
|
||||
execute: function * (op) {
|
||||
return yield* this.deleteOperation(op.target)
|
||||
return yield* this.deleteOperation(op.target, op.length || 1)
|
||||
}
|
||||
},
|
||||
Insert: {
|
||||
|
||||
Reference in New Issue
Block a user