Fix event propagation after record creation (#11485)
Fixes https://github.com/twentyhq/twenty/issues/11460
This commit is contained in:
@ -56,11 +56,7 @@ export const RecordTitleCell = ({
|
||||
persistField();
|
||||
};
|
||||
|
||||
const handleClickOutside: FieldInputClickOutsideEvent = (
|
||||
persistField,
|
||||
event,
|
||||
) => {
|
||||
event.stopImmediatePropagation();
|
||||
const handleClickOutside: FieldInputClickOutsideEvent = (persistField) => {
|
||||
closeInlineCell();
|
||||
persistField();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user