From 049110e15ee5245f8b96616e8dc82b56c75d2977 Mon Sep 17 00:00:00 2001 From: UnEpicier Date: Sun, 18 Feb 2024 17:47:52 +0100 Subject: [PATCH] :sparkles: Discover surronding cells only on empty --- src/components/Grid/hooks/useActions.ts | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/components/Grid/hooks/useActions.ts b/src/components/Grid/hooks/useActions.ts index 53caeb5..758cdf6 100644 --- a/src/components/Grid/hooks/useActions.ts +++ b/src/components/Grid/hooks/useActions.ts @@ -44,7 +44,12 @@ export const useActions = (grid: GridType, setGrid: React.Dispatch