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();
|
persistField();
|
||||||
};
|
};
|
||||||
|
|
||||||
const handleClickOutside: FieldInputClickOutsideEvent = (
|
const handleClickOutside: FieldInputClickOutsideEvent = (persistField) => {
|
||||||
persistField,
|
|
||||||
event,
|
|
||||||
) => {
|
|
||||||
event.stopImmediatePropagation();
|
|
||||||
closeInlineCell();
|
closeInlineCell();
|
||||||
persistField();
|
persistField();
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user