fixed inserting large xml portions

This commit is contained in:
Kevin Jahns
2017-10-27 22:28:32 +02:00
parent 1dea8f394f
commit c619aa33d9
6 changed files with 58 additions and 20 deletions

View File

@@ -46,7 +46,7 @@ export default class Y extends NamedEventHandler {
this._transaction = new Transaction(this)
}
try {
f()
f(this)
} catch (e) {
console.error(e)
}