Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit abc81f8

Browse files
raheeliftikhar5ludomikula
authored andcommittedMay 14, 2024·
fixed empty table text column isn't editabled
1 parent 2dd5745 commit abc81f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎client/packages/lowcoder/src/components/table/EditableCell.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ export function EditableCell<T extends JSONValue>(props: EditableCellProps<T>) {
128128
>
129129
{status === "toSave" && !isEditing && <EditableChip />}
130130
<div
131+
style={{minHeight: '24px'}}
131132
onDoubleClick={enterEditFn}
132133
>
133134
{normalView}

0 commit comments

Comments
 (0)
Please sign in to comment.