Skip to content

CDN dependency #37

@pdp-dme

Description

@pdp-dme

In an pure self hosted environment, the usage of
public override string[] JsFiles => ["https://cdn.jsdelivr.net/npm/quill-table-better@1/dist/quill-table-better.js"];
could be an issue. After spending some time, i found out that the behavior (which is also described in issue #18 ) could also be caused by this. In our case we could resolve it by replacing
public override string[] JsFiles => ["https://cdn.jsdelivr.net/npm/quill-table-better@1/dist/quill-table-better.js"];
with
public override string[] JsFiles => ["./_content/MudExRichTextEditor/lib/quill/quill-table-better.js"];

It would eb cool, if you could include this in future versions to keep it fully "self-hostable"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions