mirror of
https://github.com/klinecharts/KLineChart.git
synced 2024-11-25 16:22:43 +08:00
fix: fix eslint error
This commit is contained in:
parent
8c8fe1e2b8
commit
edf1106f9d
@ -27,7 +27,7 @@ export default abstract class DrawWidget<P extends DrawPane = DrawPane> extends
|
||||
private readonly _mainCanvas: Canvas
|
||||
private readonly _overlayCanvas: Canvas
|
||||
|
||||
constructor(rootContainer: HTMLElement, pane: P) {
|
||||
constructor (rootContainer: HTMLElement, pane: P) {
|
||||
super(rootContainer, pane)
|
||||
this._mainCanvas = new Canvas({
|
||||
position: 'absolute',
|
||||
|
Loading…
Reference in New Issue
Block a user