-
-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
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"
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels