Skip to content

Commit 8cd5635

Browse files
committed
fix
1 parent 516ab3b commit 8cd5635

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ export function capture(track = true) {
389389
export function suspend() {
390390
let boundary = get_pending_boundary();
391391

392-
boundary.update_pending_count(-1);
392+
boundary.update_pending_count(1);
393393

394394
return function unsuspend() {
395395
boundary.update_pending_count(-1);

0 commit comments

Comments
 (0)