We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14a5a6a commit 1cf53b2Copy full SHA for 1cf53b2
1 file changed
js/y_axis_input.js
@@ -42,6 +42,8 @@ const yAxisInput = class {
42
referenceLinesObj.updateReferenceLines();
43
nucleosomeSliderObj.updateNucleosomeSlider()
44
});
45
+
46
+ this.element.append("br");
47
48
this.symmetricYCheckbox = this.element.append("input")
49
.attr("type", "checkbox")
0 commit comments