Skip to content

Commit

Permalink
fix: type check
Browse files Browse the repository at this point in the history
  • Loading branch information
lumixraku committed Sep 25, 2024
1 parent 4d0b948 commit 6f1c1da
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1715,6 +1715,10 @@ export class SpreadsheetSkeleton extends Skeleton {
}
}

resetCache(): void {
this._resetCache();
}

/**
* Any changes to sheet model would reset cache.
*/
Expand Down

0 comments on commit 6f1c1da

Please sign in to comment.