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:
		| @@ -81,7 +81,7 @@ export default class NoteActionsWidget extends NoteContextAwareWidget { | ||||
|     refreshWithNote(note) { | ||||
|         this.toggleDisabled(this.$findInTextButton, ['text', 'code', 'book', 'search'].includes(note.type)); | ||||
|  | ||||
|         this.toggleDisabled(this.$showSourceButton, ['text', 'relation-map', 'search', 'code'].includes(note.type)); | ||||
|         this.toggleDisabled(this.$showSourceButton, ['text', 'relationMap', 'search', 'code'].includes(note.type)); | ||||
|  | ||||
|         this.toggleDisabled(this.$printActiveNoteButton, ['text', 'code'].includes(note.type)); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user