mirror of
https://github.com/VinciGit00/Scrapegraph-ai.git
synced 2026-06-04 21:01:04 +08:00
Add review comment for PR #1027
This commit is contained in:
parent
cfa2fae984
commit
82fa6fd0f4
7
PullRequests/PR_1027_reviews.md
Normal file
7
PullRequests/PR_1027_reviews.md
Normal file
@ -0,0 +1,7 @@
|
||||
This PR adds a null check for document.body before referencing document.body.scrollHeight. The motivation is that in some cases (such as non-standard DOM structures or scripts running before the DOM is fully loaded), document.body can be null, which would previously have caused runtime errors.
|
||||
|
||||
The fix is appropriate and covers a genuine bug that may be encountered in edge cases. The solution is concise and maintains safety without introducing unnecessary complexity. Labeling the PR as bug and size:XS is accurate. No other unintended changes observed.
|
||||
|
||||
If not already done, consider adding a simple test or log to ensure scrollHeight is accessed only if document.body exists, even for future contributors. Otherwise, this looks good!
|
||||
|
||||
✅ LGTM! Thanks for improving the robustness of the codebase.
|
||||
Loading…
Reference in New Issue
Block a user