fix one way select binding

pull/7738/head
Rich Harris 8 years ago
parent 1ba1020875
commit fa343aefef

@ -232,8 +232,6 @@ export default class Attribute extends Node {
${last} = ${value};
${updater}
`);
block.builders.update.addLine(`${last} = ${value};`);
} else if (propertyName) {
block.builders.hydrate.addLine(
`${node.var}.${propertyName} = ${init};`

Loading…
Cancel
Save