mirror of
https://github.com/ankitects/anki.git
synced 2026-01-09 03:53:55 -05:00
removed a whitespace
This commit is contained in:
parent
8135bc24ee
commit
002b39e89d
1 changed files with 0 additions and 1 deletions
|
|
@ -90,7 +90,6 @@ export function renderReviews(
|
||||||
): TableDatum[] {
|
): TableDatum[] {
|
||||||
const svg = select(svgElem);
|
const svg = select(svgElem);
|
||||||
const trans = svg.transition().duration(600) as any;
|
const trans = svg.transition().duration(600) as any;
|
||||||
|
|
||||||
let xMax = 1;
|
let xMax = 1;
|
||||||
let xMin = 0;
|
let xMin = 0;
|
||||||
// cap max to selected range
|
// cap max to selected range
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue