eeditiones / tei-publisher-components

Web components used by TEI Publisher and apps generated by it
https://cdn.tei-publisher.com/
GNU General Public License v3.0
18 stars 14 forks source link

fix(pb-split-list): added missing import #146

Closed windauer closed 1 year ago

windauer commented 1 year ago

fixed error in pb-split-list if map in category contains a label like:

    map {
        "category": "[A-Z]",
        "count": count($sorted),
        "label": "Alle"
    }

Without this patch an error Uncaught (in promise) ReferenceError: unsafeHTML is not defined will be thrown.