Skip to content
This repository was archived by the owner on Apr 18, 2024. It is now read-only.

Commit 95b1e5f

Browse files
fix: DIA-706: [FE] Action menu remains open when user select 'Find similar option'
1 parent b80e1ba commit 95b1e5f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/DataManager/Toolbar/ActionsButton.js

-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ export const ActionsButton = injector(observer(({ store, size, hasSelected, ...r
7272
const submenuRef = useRef();
7373
const onClick = useCallback((e) => {
7474
e.preventDefault();
75-
e.stopPropagation();
7675
if (action.disabled) return;
7776
action?.callback ? action?.callback(store.currentView?.selected?.snapshot, action) : invokeAction(action, isDeleteAction);
7877
parentRef?.current?.close?.();

0 commit comments

Comments
 (0)