mirror of
https://github.com/zadam/trilium.git
synced 2025-11-09 14:55:50 +01:00
refactor canvas-note to canvas
This commit is contained in:
@@ -85,7 +85,7 @@ document.addEventListener("DOMContentLoaded", function() {
|
||||
else if (note.type === 'book') {
|
||||
isEmpty = true;
|
||||
}
|
||||
else if (note.type === 'canvas-note') {
|
||||
else if (note.type === 'canvas') {
|
||||
header += `<script>
|
||||
window.EXCALIDRAW_ASSET_PATH = window.location.origin + "/node_modules/@excalidraw/excalidraw/dist/";
|
||||
</script>`;
|
||||
|
||||
Reference in New Issue
Block a user