correctly handle gc with UndoManager and un-merge when syncing

This commit is contained in:
Kevin Jahns
2018-04-23 13:25:30 +02:00
parent ef6eb08335
commit 94933a704d
10 changed files with 38 additions and 15 deletions

View File

@@ -79,6 +79,7 @@ export default class Y extends NamedEventHandler {
}
// for compatibility with isParentOf
this._parent = null
this._hasUndoManager = false
}
_setContentReady () {
if (!this._contentReady) {