Skip to content
Snippets Groups Projects
Commit efc4b229 authored by Xiao Gui's avatar Xiao Gui
Browse files

chore: fix lint

parent 07302a86
No related branches found
No related tags found
No related merge requests found
......@@ -14,9 +14,9 @@ export class ToolDelete extends AbsToolClass implements IAnnotationTools, OnDest
onMouseMoveRenderPreview(){
return []
}
removeAnnotation(){
}
// eslint-disable-next-line @typescript-eslint/no-empty-function
removeAnnotation(){}
managedAnnotations$ = new Subject<Point[]>()
private allManAnnotations: IAnnotationGeometry[] = []
......
......@@ -14,9 +14,9 @@ export class ToolSelect extends AbsToolClass implements IAnnotationTools, OnDest
onMouseMoveRenderPreview(){
return []
}
removeAnnotation(){
}
// eslint-disable-next-line @typescript-eslint/no-empty-function
removeAnnotation(){}
managedAnnotations$ = new Subject<Point[]>()
allNgAnnotations$ = new Subject<TNgAnnotationPoint[]>()
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment