Skip to content

Commit

Permalink
fix: restore
Browse files Browse the repository at this point in the history
  • Loading branch information
mbret committed Aug 25, 2024
1 parent 98a79ec commit 306dfa0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export const layoutEnhancer =

if (!hasRedrawn && frame) {
/* eslint-disable-next-line no-void */
// void frame.getBoundingClientRect().left
void frame.getBoundingClientRect().left
hasRedrawn = true
}
})
Expand Down

0 comments on commit 306dfa0

Please sign in to comment.