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

chore: remove mousedown console

parent 7538d3a7
No related branches found
No related tags found
No related merge requests found
...@@ -587,9 +587,6 @@ export class NehubaContainer implements OnInit, OnDestroy{ ...@@ -587,9 +587,6 @@ export class NehubaContainer implements OnInit, OnDestroy{
// }) // })
// } // }
this.elementRef.nativeElement.addEventListener('mousedown', event => {
console.log('mousedown', event)
}, true)
} }
ngOnDestroy(){ ngOnDestroy(){
......
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