mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-01-06 04:50:03 -06:00
fix(canvas): font loading
This commit is contained in:
@@ -68,7 +68,7 @@ try {
|
||||
]);
|
||||
|
||||
const nodeModulesFolder = new Set([
|
||||
"node_modules/@excalidraw/excalidraw/dist/",
|
||||
"node_modules/@excalidraw/excalidraw/dist/fonts/",
|
||||
"node_modules/katex/dist/",
|
||||
"node_modules/dayjs/",
|
||||
"node_modules/boxicons/css/",
|
||||
@@ -105,4 +105,4 @@ try {
|
||||
|
||||
} catch(err) {
|
||||
console.error("Error during copy:", err)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user