Skip to content

Commit

Permalink
formatted code
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-suraj-kumar committed Sep 23, 2024
1 parent 915192a commit 910d5f7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ function AutoHeight(userOptions: AutoHeightOptionsType = {}): AutoHeightType {
.map((index) => slideHeights[index])
.reduce((a, b) => Math.max(a, b), 0)
}

function setContainerHeight(): void {
const height = highestInView()
if (height === null) return
Expand Down

0 comments on commit 910d5f7

Please sign in to comment.