diff --git a/client/modules/IDE/components/QuickAddList/QuickAddList.jsx b/client/modules/IDE/components/QuickAddList/QuickAddList.jsx index fe32168d..5694929d 100644 --- a/client/modules/IDE/components/QuickAddList/QuickAddList.jsx +++ b/client/modules/IDE/components/QuickAddList/QuickAddList.jsx @@ -53,7 +53,8 @@ const QuickAddList = ({ {...item} onSelect={ (event) => { - event.target.blur(); + event.stopPropagation(); + event.currentTarget.blur(); handleAction(item); } }