codevise/pageflow

View on GitHub
entry_types/scrolled/package/src/contentElements/textBlock/editor.js

Summary

Maintainability
A
1 hr
Test Coverage

Function configurationEditor has 41 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  configurationEditor({entry, contentElement}) {
    this.listenTo(contentElement.transientState,
                  'change:exampleNode',
                  () => this.refresh());

    There are no issues that match your filters.

    Category
    Status