Skip to content

Commit

Permalink
Update system.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsoncodehk committed Jan 2, 2025
1 parent da1a003 commit b8b6912
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/reactivity/src/system.ts
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,6 @@ export function checkDirty(link: Link): boolean {
if (sub.update()) {
shallowPropagate(sub.subs!)
sub = prevLink.sub as IComputed
dirty = true
continue
}
} else {
Expand Down

0 comments on commit b8b6912

Please sign in to comment.