rx/presenters

View on GitHub
views/mdc/assets/js/components/rich-text-area.js

Summary

Maintainability
A
1 hr
Test Coverage

Function convertLists has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function convertLists(richtext) {
    const tempEl = window.document.createElement('div');
    tempEl.setAttribute('style', 'display: none;');
    tempEl.innerHTML = richtext;

Severity: Minor
Found in views/mdc/assets/js/components/rich-text-area.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status