Stop propagation of row actions click
[arvados-workbench2.git] / src / components / data-explorer / data-explorer.tsx
index 9aacadf342d7206df7baa8cca056a3cff5e42e2b..557b0158ee365a33f34f70e38a61f04071b46dcc 100644 (file)
@@ -88,6 +88,7 @@ class DataExplorer<T> extends React.Component<DataExplorerProps<T> & WithStyles<
 
     openContextMenu = (event: React.MouseEvent<HTMLElement>, item: T) => {
         event.preventDefault();
+        event.stopPropagation();
         this.setState({
             contextMenu: {
                 anchorEl: mockAnchorFromMouseEvent(event),