Skip to content
Snippets Groups Projects
Commit 6aff5e89 authored by ali asaria's avatar ali asaria
Browse files

allow double click on a document

parent 98bff93a
No related branches found
No related tags found
No related merge requests found
...@@ -294,7 +294,7 @@ export default function Documents({ experimentInfo, fullPage = false }) { ...@@ -294,7 +294,7 @@ export default function Documents({ experimentInfo, fullPage = false }) {
function drawFolder(row) { function drawFolder(row) {
return ( return (
<tr key={row?.name}> <tr key={row?.name} onDoubleClick={() => alert('Double clicked')}>
<td style={{ paddingLeft: '1rem' }}> <td style={{ paddingLeft: '1rem' }}>
<Typography <Typography
level="body-xs" level="body-xs"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment