Skip to content

Commit

Permalink
Merge pull request #797 from sarussss/Fix_791
Browse files Browse the repository at this point in the history
Bug fix for #791
  • Loading branch information
davidjerleke authored Mar 16, 2024
2 parents bcd5f64 + 3833dc8 commit ee8fb62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ export const setupInfiniteScroll = (
const copyEngineModules: (keyof EngineType)[] = [
'scrollBody',
'location',
'offsetLocation',
'target'
]
copyEngineModules.forEach((engineModule) =>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ export const setupInfiniteScroll = (
const copyEngineModules: (keyof EngineType)[] = [
'scrollBody',
'location',
'offsetLocation',
'target'
]
copyEngineModules.forEach((engineModule) =>
Expand Down

0 comments on commit ee8fb62

Please sign in to comment.