superdesk/superdesk-client-core

View on GitHub
scripts/core/editor3/components/HighlightsPopupPositioner.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function getNextPosition has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function getNextPosition(originalElement, editorNode) {
    const element = originalElement.cloneNode(true) as HTMLElement;
    const mainFlexElement = element.firstElementChild as HTMLElement;

    originalElement.insertAdjacentElement('beforebegin', element);
Severity: Minor
Found in scripts/core/editor3/components/HighlightsPopupPositioner.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status