medialize/ally.js

View on GitHub
src/fix/pointer-focus-children.js

Summary

Maintainability
A
1 hr
Test Coverage

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

  const handleBeforeFocusEvent = function(event) {
    // find the element that would receive focus
    const target = getFocusTarget({
      context: event.target,
      except: {
Severity: Minor
Found in src/fix/pointer-focus-children.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status