fix eslint compile error due to trailing spaces
This commit is contained in:
parent
b7492b3a3b
commit
84cf5389b6
@ -28,7 +28,7 @@ export class GraphDisplayManager {
|
|||||||
// and the application has received updates prior to the initial state
|
// and the application has received updates prior to the initial state
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
// Calculate isZoomed before mutating graphData otherwise the indexed values
|
// Calculate isZoomed before mutating graphData otherwise the indexed values
|
||||||
// are out of date and will always fail when compared to plotScaleX.min/max
|
// are out of date and will always fail when compared to plotScaleX.min/max
|
||||||
const plotScaleX = this._plotInstance.scales.x
|
const plotScaleX = this._plotInstance.scales.x
|
||||||
|
Loading…
Reference in New Issue
Block a user