Skip to content

Commit a98b5ea

Browse files
committed
note to self
1 parent 399bda5 commit a98b5ea

File tree

1 file changed

+1
-0
lines changed
  • packages/svelte/src/internal/client/dom/blocks

1 file changed

+1
-0
lines changed

packages/svelte/src/internal/client/dom/blocks/async.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ export function async(node, expressions, fn) {
2222
restore();
2323
fn(node, ...result);
2424

25+
// TODO is this necessary?
2526
batch.run(() => {
2627
schedule_effect(effect);
2728
});

0 commit comments

Comments
 (0)