mirror of
https://github.com/haiwen/seahub.git
synced 2025-07-13 15:05:30 +00:00
fix: longtext saved auto close (#6676)
Co-authored-by: 杨国璇 <ygx@Hello-word.local>
This commit is contained in:
parent
38c5efe7c0
commit
c06d51a596
@ -151,8 +151,7 @@ class PopupEditorContainer extends React.Component {
|
||||
} else if (columnType === CellType.MULTIPLE_SELECT) {
|
||||
updated[columnKey] = newValue[columnKey] ? getColumnOptionNamesByIds(column, newValue[columnKey]) : [];
|
||||
}
|
||||
|
||||
this.commitData(updated, true);
|
||||
this.commitData(updated, columnType !== CellType.LONG_TEXT);
|
||||
};
|
||||
|
||||
// This is the updated data obtained by manually clicking the button
|
||||
|
Loading…
Reference in New Issue
Block a user