diff --git a/src/components/Cell/Cell.tsx b/src/components/Cell/Cell.tsx index ce37ffd..75f1a85 100644 --- a/src/components/Cell/Cell.tsx +++ b/src/components/Cell/Cell.tsx @@ -77,10 +77,10 @@ export const Cell = ({ onClick={() => { if (board) clickBoard(x, y); }} - onMouseEnter={() => { + onPointerEnter={() => { if (board) hoverBoard(x, y); }} - onMouseLeave={() => { + onPointerLeave={() => { if (board) unhoverBoard(); }} >