Remove pointer on gene (#2445)

* Remove grab

Fixes #2438

* snapshot

* pointer

* snapshot
This commit is contained in:
Colin Megill
2021-09-24 12:21:32 -07:00
committed by GitHub
parent 6a4884d97c
commit 77fff0bd9c
2 changed files with 2 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@@ -89,7 +89,6 @@ class Gene extends React.Component {
data-testid={`${gene}:gene-expand`}
onKeyPress={() => {}}
style={{
cursor: "pointer",
display: "flex",
justifyContent: "space-between",
width: "100%",