Skip to content

Commit

Permalink
chore: format files
Browse files Browse the repository at this point in the history
  • Loading branch information
hirsch88 committed Aug 13, 2024
1 parent b6be843 commit b2250d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/utils/scroll.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export class BalScrollHandler {
document.body.style.position = ''
document.body.style.top = ''
document.body.style.width = ''
if(this.x !== undefined && this.y !== undefined) {
if (this.x !== undefined && this.y !== undefined) {
window.scrollTo(this.x, this.y)
this.x = undefined
this.y = undefined
Expand Down

0 comments on commit b2250d7

Please sign in to comment.