aperta-principium/Interclip

View on GitHub
js/lib/tabs.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function handleTabNavigation has 37 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const handleTabNavigation = (e) => {
  const key = e.key;
  const currentTab = e.target.parentElement as HTMLUListElement;
  const tabsArray = Array.from(tabs) as HTMLUListElement[];

Severity: Minor
Found in js/lib/tabs.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status