Use new_comment as the intersection object for delayed billboard (#20627)
This commit is contained in:
parent
360903445a
commit
13c105a6b4
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ export function implementSpecialBehavior(element) {
|
|||
|
||||
const observer = new IntersectionObserver(showDelayed, observerOptions);
|
||||
|
||||
const target = document.getElementById('comments');
|
||||
const target = document.getElementById('new_comment');
|
||||
observer.observe(target);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue