fix browse the contents of a Project in Trash and tooltips around button
[arvados-workbench2.git] / src / views / process-log-panel / process-log-main-card.tsx
index 397f0378224df4c3827d5f64b36a29179f8df759..42df2d92d7dc33933500cb8c7e54daf7d5a166a2 100644 (file)
@@ -73,7 +73,7 @@ export const ProcessLogMainCard = withStyles(styles)(
                 <CardHeader
                     avatar={<ProcessIcon className={classes.iconHeader} />}
                     action={
-                        <Tooltip title="More options">
+                        <Tooltip title="More options" disableFocusListener>
                             <IconButton onClick={event => onContextMenu(event, process)} aria-label="More options">
                                 <MoreOptionsIcon />
                             </IconButton>