pull/7738/head
Timothy Johnson 7 years ago
parent b7dc37d48a
commit 3cc31f77ab

@ -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