BookStackApp/BookStack

View on GitHub
resources/js/wysiwyg/ui/framework/blocks/table-creator.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function buildDOM has 43 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    buildDOM(): HTMLElement {
        const size = 10;
        const rows: HTMLElement[] = [];
        const cells: HTMLElement[] = [];

Severity: Minor
Found in resources/js/wysiwyg/ui/framework/blocks/table-creator.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status