mouseMoveHandler()

in src/components/Tooltip.tsx [64:66]


    mouseMoveHandler(e: any) {
        this.setState({ x: e.pageX, y: e.pageY });
    }