pull/10798/head
Rich Harris 2 years ago
parent 14c656309c
commit bf476cc312

@ -154,7 +154,9 @@ export function if_block(anchor_node, condition_fn, consequent_fn, alternate_fn,
}
}, block);
if_effect.f |= IS_ELSEIF;
if (elseif) {
if_effect.f |= IS_ELSEIF;
}
mismatch = false; // TODO not sure if we actually need this — belt and braces

Loading…
Cancel
Save