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

[skip ci] fix lint

parent 4584faf7
No related branches found
No related tags found
No related merge requests found
......@@ -502,7 +502,7 @@ export class ModularUserAnnotationToolService implements OnDestroy{
/**
* before unload, save annotations
*/
window.addEventListener('beforeunload', () => {
window.addEventListener('beforeunload', () => {
this.storeAnnotation(this.managedAnnotations)
})
}
......
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