回答編集履歴

1

追記

2020/09/12 02:39

投稿

unhappychoice
unhappychoice

スコア1531

test CHANGED
@@ -3,6 +3,14 @@
3
3
 
4
4
 
5
5
  ```
6
+
7
+ window.onscroll = () => {
8
+
9
+ console.log(scrollLock);
10
+
11
+ if (scrollLock) return;
12
+
13
+
6
14
 
7
15
  if (this.innerHeight + this.pageYOffset >= document.body.scrollHeight) {
8
16