mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 10:26:08 +01:00 
			
		
		
		
	rename note types to camelCase
This commit is contained in:
		| @@ -43,7 +43,7 @@ export default class NoteWrapperWidget extends FlexContainer { | ||||
|         } | ||||
|  | ||||
|         this.$widget.toggleClass("full-content-width", | ||||
|             ['image', 'mermaid', 'book', 'render', 'canvas', 'web-view'].includes(note.type) | ||||
|             ['image', 'mermaid', 'book', 'render', 'canvas', 'webView'].includes(note.type) | ||||
|             || !!note?.hasLabel('fullContentWidth') | ||||
|         ); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user