function scrollLeft(): void {
        onPageLeftClick && onPageLeftClick();
        if (!scrollDiv.current) {
            return;
        }