implement scroll-fixer

This commit is contained in:
Kevin Jahns
2018-05-05 14:47:59 +02:00
parent 38558a7fad
commit c098e8e745
4 changed files with 39 additions and 15 deletions

View File

@@ -125,9 +125,6 @@ export default function domObserver (mutations, _document) {
}
})
for (let dom of diffChildren) {
if (dom.yOnChildrenChanged !== undefined) {
dom.yOnChildrenChanged()
}
const yxml = this.domToType.get(dom)
applyChangesFromDom(this, dom, yxml, _document)
}