fix one way select binding

pull/1367/head
Rich Harris 7 years ago
parent d9289cac03
commit 8b2a653711

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