BookStackApp/BookStack

View on GitHub
resources/js/components/auto-suggest.js

Summary

Maintainability
A
1 hr
Test Coverage

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

    setupListeners() {
        const navHandler = new KeyboardNavigationHandler(
            this.list,
            () => {
                this.input.focus();
Severity: Minor
Found in resources/js/components/auto-suggest.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status