fix undo-redo
This commit is contained in:
@@ -6,8 +6,8 @@ export default class ItemJSON extends Item {
|
||||
super()
|
||||
this._content = null
|
||||
}
|
||||
_copy () {
|
||||
let struct = super._copy()
|
||||
_copy (undeleteChildren, copyPosition) {
|
||||
let struct = super._copy(undeleteChildren, copyPosition)
|
||||
struct._content = this._content
|
||||
return struct
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user