Skip to content

Commit 2190753

Browse files
committed
wip
1 parent 84b6ad7 commit 2190753

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ export function mark_reactions(signal, status, parent, only_boundary = false) {
282282
if (!runes && reaction === active_effect) continue;
283283

284284
if (only_boundary) {
285-
if ((flags & (DERIVED)) === 0) {
285+
if ((flags & DERIVED) === 0) {
286286
var boundary = get_boundary(/** @type {Effect} */ (reaction));
287287
if (!boundary) {
288288
continue;

0 commit comments

Comments
 (0)