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 0a5ac69 commit da1a003
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/reactivity/src/system.ts
Original file line number Diff line number Diff line change
Expand Up @@ -291,9 +291,6 @@ export function checkDirty(link: Link): boolean {
if (sub.update()) {
shallowPropagate(sub.subs!)
sub = prevLink.sub as IComputed
sub = prevLink.sub as IComputed
dirty = true
sub = prevLink.sub as IComputed
dirty = true
continue
}
Expand Down

0 comments on commit da1a003

Please sign in to comment.