We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6ab817 commit d486c9bCopy full SHA for d486c9b
1 file changed
src/lib/sequence.viewer.ts
@@ -206,16 +206,15 @@ export class SequenceViewer {
206
}
207
208
const chunkSize = options.chunkSize;
209
- const fontSize = options.fontSize+ ';';
+ const fontSize = options.fontSize;
210
const spaceSize = options.spaceSize;
211
const topIndexes = options.topIndexes;
212
const lateralIndexesGap = options.lateralIndexesGap;
213
const oneLineSetting = options.oneLineSetting;
214
- const oneLineWidth = options.oneLineWidth+ ';';
+ const oneLineWidth = options.oneLineWidth;
215
const rowMarginBottom = options.rowMarginBottom + ';';
216
const fNum = +fontSize.substr(0, fontSize.length - 2);
217
const fUnit = fontSize.substr(fontSize.length - 2, 2);
218
- console.log(rowMarginBottom)
219
220
221
0 commit comments