set EXCALIDRAW_ASSET_PATH to avoid loading from unpkg.com

This commit is contained in:
Tom 2022-04-19 00:08:40 +02:00
parent c42bcd6c59
commit 2441515666

View File

@ -87,6 +87,8 @@ export default class ExcalidrawTypeWidget extends TypeWidget {
// config
this.debounceTimeOnchangeHandler = 750; // ms
// ensure that assets are loaded from trilium
window.EXCALIDRAW_ASSET_PATH = `${window.location.origin}/node_modules/@excalidraw/excalidraw/dist/`;
// temporary vars
this.currentNoteId = "";