Skip to content

Commit

Permalink
#407 Properly turn on/off inspiration fragments when using the next/p…
Browse files Browse the repository at this point in the history
…revious arrows (bug of #384)
  • Loading branch information
Adriána Kohanová committed Oct 26, 2020
1 parent 7d7f6bf commit 8ee0f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/components/datasets/datasetMoleculeView.js
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,7 @@ export const DatasetMoleculeView = memo(
setRef(ref.current);
}
}}
disabled={disableUserInteraction}
disabled={true || disableUserInteraction}
>
X
</Button>
Expand Down

0 comments on commit 8ee0f83

Please sign in to comment.