Skip to content

Commit ca0b33e

Browse files
author
Adriána Kohanová
committed
#444 The button X needs to be fixed (related to #407)
1 parent ca2d5fb commit ca0b33e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/components/datasets/datasetMoleculeView.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -729,7 +729,7 @@ export const DatasetMoleculeView = memo(
729729
setRef(ref.current);
730730
}
731731
}}
732-
disabled={true}
732+
disabled={disableUserInteraction}
733733
>
734734
X
735735
</Button>

0 commit comments

Comments
 (0)