fix: fix eslint error

This commit is contained in:
liihuu 2024-10-20 01:08:02 +08:00
parent 8c8fe1e2b8
commit edf1106f9d

View File

@ -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',