()
| 11729 | } |
| 11730 | }; |
| 11731 | let checkScrollReach = () => { |
| 11732 | let dist = distToBottom(); |
| 11733 | if (clickMode) { |
| 11734 | if (dist < 10) { |
| 11735 | clickNext(); |
| 11736 | } |
| 11737 | } else if (dist < bottomGap) { |
| 11738 | nextPage(); |
| 11739 | } |
| 11740 | }; |
| 11741 | messageHandler = e => { |
| 11742 | if (e.data.command === 'pagetual') { |
| 11743 | let action = e.data.action; |
no test coverage detected