mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-21 21:36:42 +08:00
### What problem does this PR solve? Fix: The right coordinates of Categorize and Switch operators are misplaced #3868 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
@ -90,11 +90,7 @@ export const EditableCell: React.FC<EditableCellProps> = ({
|
||||
<Input ref={inputRef} onPressEnter={save} onBlur={save} />
|
||||
</Form.Item>
|
||||
) : (
|
||||
<div
|
||||
className="editable-cell-value-wrap"
|
||||
// style={{ paddingRight: 24 }}
|
||||
onClick={toggleEdit}
|
||||
>
|
||||
<div onClick={toggleEdit} className="truncate">
|
||||
<Text>{children}</Text>
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user