Skip to content

Commit

Permalink
Deploy preview for PR 19 🛫
Browse files Browse the repository at this point in the history
  • Loading branch information
rossjrw committed Sep 7, 2024
1 parent b1ef4ff commit e6783be
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion pr-preview/pr-19/scp-3211/en/3211@2.0.3.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pr-preview/pr-19/scp-3211/jp/3211@2.0.3.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pr-preview/pr-19/scp-3211/zh/3211@2.0.3.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 1 addition & 5 deletions pr-preview/pr-19/scp-head/scout@0.0.0.html
Original file line number Diff line number Diff line change
Expand Up @@ -169,11 +169,7 @@
);

// Use the outer thresholds to confirm direction and to reduce the chance of fast scrolling missing an intersection, but only send the report when the middle threshold has been crossed
// The centre threshold is being crossed if one of the intersections is 1
if (
poleTop.intersectionRatio === 1 ||
poleBottom.intersectionRatio === 1
) {
if (entries.length === 2) {
if (window.debug) console.debug(`${scoutName} sending`);
controller.postMessage({
scoutName,
Expand Down

0 comments on commit e6783be

Please sign in to comment.