[ARVADOS-WORKBENCH2] updated: 1.1.4-154-g95bc64c
Git user
git at public.curoverse.com
Tue Jun 26 09:17:42 EDT 2018
Summary of changes:
src/components/data-explorer/data-explorer.tsx | 1 +
1 file changed, 1 insertion(+)
via 95bc64c72fa9e7ede2cc235ee668ee2e8aa6a1f0 (commit)
from c3efa27ba09323568c2b7d2cd27911fe4937ccbc (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 95bc64c72fa9e7ede2cc235ee668ee2e8aa6a1f0
Author: Michal Klobukowski <michal.klobukowski at contractors.roche.com>
Date: Tue Jun 26 15:16:55 2018 +0200
Stop propagation of row actions click
Feature #13683
Arvados-DCO-1.1-Signed-off-by: Michal Klobukowski <michal.klobukowski at contractors.roche.com>
diff --git a/src/components/data-explorer/data-explorer.tsx b/src/components/data-explorer/data-explorer.tsx
index 9aacadf..557b015 100644
--- a/src/components/data-explorer/data-explorer.tsx
+++ b/src/components/data-explorer/data-explorer.tsx
@@ -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),
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list