Skip to content

Commit 13f0253

Browse files
committed
tweak_self_invalidation
1 parent 1006943 commit 13f0253

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

packages/svelte/src/internal/client/reactivity/sources.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,6 @@ export function internal_set(source, value) {
190190
if (
191191
is_runes() &&
192192
active_effect !== null &&
193-
!untracking &&
194193
(active_effect.f & CLEAN) !== 0 &&
195194
(active_effect.f & (BRANCH_EFFECT | ROOT_EFFECT)) === 0
196195
) {

0 commit comments

Comments
 (0)