Update add_actions.ts

pull/5621/head
pushkin 5 years ago committed by GitHub
parent 148b6105ed
commit 30ece39d22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -48,7 +48,7 @@ export function add_action(block: Block, target: string, action: Action) {
} }
block.chunks.update.push( block.chunks.update.push(
b`if (${condition}) ${id}.update.call(null, ${snippet});` b`if (${condition}) ${id}.update(${snippet});`
); );
} }
} }

Loading…
Cancel
Save