fix grid add text

This commit is contained in:
hamid zarghami
2025-12-31 14:31:37 +03:30
parent 1ba62b0cee
commit 828ba0c7c1
4 changed files with 33 additions and 32 deletions
+4
View File
@@ -86,6 +86,8 @@ type EditorStoreType = {
cellId: string;
x: number;
y: number;
width: number;
height: number;
value: string;
} | null;
setEditingCell: (
@@ -94,6 +96,8 @@ type EditorStoreType = {
cellId: string;
x: number;
y: number;
width: number;
height: number;
value: string;
} | null
) => void;