Skip to content

Commit 6b851df

Browse files
fix(context menu): Implemented closing of context menu on outside click (#4627)
Co-authored-by: Ibrahim <93064150+IbrahimCSAE@users.noreply.github.com>
1 parent b7fac6d commit 6b851df

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

platform/core/src/services/UIDialogService/UIDialogService.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ class UIDialogService extends PubSubService {
3636
isDraggable = true,
3737
showOverlay = false,
3838
defaultPosition,
39+
onClickOutside,
3940
}) {
4041
return this.serviceImplementation._create({
4142
id,
@@ -49,6 +50,7 @@ class UIDialogService extends PubSubService {
4950
isDraggable,
5051
showOverlay,
5152
defaultPosition,
53+
onClickOutside,
5254
});
5355
}
5456

0 commit comments

Comments
 (0)