mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-03 20:06:08 +01:00 
			
		
		
		
	refactor canvas-note to canvas
This commit is contained in:
		@@ -171,7 +171,7 @@ async function setContentPane() {
 | 
			
		||||
 | 
			
		||||
        $content.html($table);
 | 
			
		||||
    }
 | 
			
		||||
    else if (revisionItem.type === 'canvas-note') {
 | 
			
		||||
    else if (revisionItem.type === 'canvas') {
 | 
			
		||||
        /**
 | 
			
		||||
         * FIXME: We load a font called Virgil.wof2, which originates from excalidraw.com
 | 
			
		||||
         *        REMOVE external dependency!!!! This is defined in the svg in defs.style
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user