fix grid add text
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user