Skip to content

Respect maxChars set in options

Fred Chasen requested to merge fix_max_chars into main

Pass along maxChars set in the Chunker options.

Re-enables passing a fixed number of chars from the PagedConfig for the previewer as well.

window.PagedConfig = {
    settings: {
        maxChars: 100
    }
};

Merge request reports