opf/openproject

View on GitHub
frontend/src/app/shared/directives/op-drag-scroll/op-drag-scroll.directive.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function ngOnInit has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  ngOnInit() {
    const element = jQuery(this.elementRef.nativeElement);
    const eventName = 'op:dragscroll';

    // Is mouse down?

    There are no issues that match your filters.

    Category
    Status