Fix activity target picker click outside not closing the menu (#10897)
## Context onClickOutside was not implemented after the refactoring
This commit is contained in:
@ -90,7 +90,9 @@ export const ActivityTargetsInlineCell = ({
|
||||
editModeContent: (
|
||||
<MultipleRecordPicker
|
||||
componentInstanceId={multipleRecordPickerInstanceId}
|
||||
onClickOutside={() => {}}
|
||||
onClickOutside={() => {
|
||||
closeInlineCell();
|
||||
}}
|
||||
onChange={(morphItem) => {
|
||||
updateActivityTargetFromInlineCell({
|
||||
recordPickerInstanceId: multipleRecordPickerInstanceId,
|
||||
|
||||
Reference in New Issue
Block a user