Merge branch 'master' into 14431-metadata
[arvados-workbench2.git] / src / views / process-panel / process-information-card.tsx
index 08131266fe69d0af6cf2032f0876c17e8dbda98a..532af6964ebff5f363f26a651e7e3e4ea0dbfe3f 100644 (file)
@@ -86,7 +86,7 @@ export const ProcessInformationCard = withStyles(styles, { withTheme: true })(
                         <Chip label={getProcessStatus(process)}
                             className={classes.chip}
                             style={{ backgroundColor: getProcessStatusColor(getProcessStatus(process), theme as ArvadosTheme) }} />
-                        <Tooltip title="More options">
+                        <Tooltip title="More options" disableFocusListener>
                             <IconButton
                                 aria-label="More options"
                                 onClick={event => onContextMenu(event)}>