mirror of
https://github.com/sveltejs/svelte.git
synced 2024-12-01 17:30:59 +01:00
fix merge
This commit is contained in:
parent
108876b64b
commit
0014945777
@ -59,7 +59,7 @@ export default function createBinding ( generator, node, attribute, current, loc
|
||||
if ( !${updating} && ${dependencies.map( dependency => `'${dependency}' in changed` ).join( '||' )} ) {
|
||||
${updating} = true;
|
||||
${local.name}._set({ ${attribute.name}: ${snippet} });
|
||||
${local.name}_updating = false;
|
||||
${updating} = false;
|
||||
}
|
||||
` );
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user