[ARVADOS-WORKBENCH2] updated: 1.2.0-819-g0efebb1
Git user
git at public.curoverse.com
Wed Nov 7 03:48:41 EST 2018
Summary of changes:
src/views/collection-panel/collection-panel.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 0efebb152c5b21d3d1d58a2a27058c1e661342b9 (commit)
from 236827e065018991740c7b565be00ca4637130c4 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 0efebb152c5b21d3d1d58a2a27058c1e661342b9
Author: Janicki Artur <artur.janicki at contractors.roche.com>
Date: Wed Nov 7 09:48:23 2018 +0100
refs #master Fix tooltip appears after closing collection's More Options list
Arvados-DCO-1.1-Signed-off-by: Janicki Artur <artur.janicki at contractors.roche.com>
diff --git a/src/views/collection-panel/collection-panel.tsx b/src/views/collection-panel/collection-panel.tsx
index 42f7787..26ee188 100644
--- a/src/views/collection-panel/collection-panel.tsx
+++ b/src/views/collection-panel/collection-panel.tsx
@@ -79,7 +79,7 @@ export const CollectionPanel = withStyles(styles)(
<CardHeader
avatar={<CollectionIcon className={classes.iconHeader} />}
action={
- <Tooltip title="More options">
+ <Tooltip title="More options" disableFocusListener>
<IconButton
aria-label="More options"
onClick={this.handleContextMenu}>
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list