Skip to content

Commit

Permalink
+
Browse files Browse the repository at this point in the history
  • Loading branch information
lifeart committed Sep 15, 2024
1 parent ebebeb2 commit 7094b2f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/utils/reactive.ts
Original file line number Diff line number Diff line change
Expand Up @@ -249,9 +249,8 @@ export class MergedCell {
return this.fn();
}

let $tracker!: Set<Cell>;
let $tracker = tracker();
try {
$tracker = tracker();
setTracker($tracker);
return this.fn();
} finally {
Expand Down

0 comments on commit 7094b2f

Please sign in to comment.