Skip to content

Commit

Permalink
decrease threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkNerdi committed May 23, 2024
1 parent 418ccde commit b9144cf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
}
})
},
{ threshold: 1 }
{ threshold: 0.5 }
)
function observe(node: HTMLElement): void {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -348,10 +348,10 @@
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==

"@bloomwalletio/[email protected].1":
version "0.21.1"
resolved "https://npm.pkg.github.com/download/@bloomwalletio/ui/0.21.1/ce60ed69ad083f7ebc27164cc2fa69c8bf1a041f#ce60ed69ad083f7ebc27164cc2fa69c8bf1a041f"
integrity sha512-1//FX06CFUvv2SXUHQGZwQ9Y8FbO/Irj8cYO3cVXNbQHiM93UCtxgb/jYmryaOSHBrhH7OtrzDt+/0Hg88BA1w==
"@bloomwalletio/[email protected].2":
version "0.21.2"
resolved "https://npm.pkg.github.com/download/@bloomwalletio/ui/0.21.2/ba3ac309e94c24bc31baaf1ac0d226ec1f8d9eaa#ba3ac309e94c24bc31baaf1ac0d226ec1f8d9eaa"
integrity sha512-ZKZxjjPkQaTrctjqRWK3K2QF064hmVaZ6IsVvpMkJ/nCdlGg/YEW1bXQ/Pe02F3LObhmKDSyruDaotxGwz6dMA==
dependencies:
"@floating-ui/dom" "1.4.3"
"@popperjs/core" "2.11.8"
Expand Down

0 comments on commit b9144cf

Please sign in to comment.