Merge branch 'master' into 14129-inputs-modal-new
[arvados-workbench2.git] / src / views / process-panel / process-information-card.tsx
index 56c1a0e52aa5d1da7b35b5e08ff3ea57f031ab0e..e5d15e729d6d32b26f07e934d7a2fbb854c87b5d 100644 (file)
@@ -87,7 +87,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)}>