Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
trueadm committed Jan 24, 2025
1 parent 3e9d14a commit bf8bb14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/svelte/src/internal/client/runtime.js
Original file line number Diff line number Diff line change
Expand Up @@ -833,7 +833,7 @@ function process_effects(effect, collected_effects) {
if (!is_skippable_branch && (flags & INERT) === 0) {
// We only want to skip suspended effects if they are not branches or block effects,
// with the exception of template effects, which are technically block effects but also
// have a special flag that we used to detect them
// have a special flag `TEMPLATE_EFFECT` that we can use to identify them
var skip_suspended =
suspended &&
(flags & BRANCH_EFFECT) === 0 &&
Expand Down

0 comments on commit bf8bb14

Please sign in to comment.