We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e969f1 commit e75ed9aCopy full SHA for e75ed9a
1 file changed
src/lib/proseqviewer.ts
@@ -187,7 +187,6 @@ export class ProSeqViewer {
187
let chunkTopIndex;
188
if (x % chunkSize === 0 && x <= maxTop) {
189
chunkTopIndex = `<span class="cell" style="-webkit-user-select: none;direction: rtl;display:block;width:0.6em;margin-bottom:${rowMarginBottom}">${x}</span>`;
190
-
191
} else {
192
chunkTopIndex = `<span class="cell" style="-webkit-user-select: none;display:block;visibility: hidden;margin-bottom:${rowMarginBottom}">0</span>`;
193
}
0 commit comments