pull/1858/head
Timothy Johnson 6 years ago
parent 0e586e39e3
commit 05fa286d7b

@ -174,6 +174,9 @@ export default class AwaitBlockWrapper extends Wrapper {
block.builders.mount.addBlock(deindent`
${info}.block.${hasTransitions ? 'i' : 'm'}(${initialMountNode}, ${info}.anchor = ${anchorNode});
${info}.mount = () => ${updateMountNode};
if (${info}.anchor == null) {
${info}.anchor = ${anchor};
}
`);
const conditions = [];

Loading…
Cancel
Save