mirror of
				https://github.com/TriliumNext/Notes.git
				synced 2025-10-31 21:11:30 +08:00 
			
		
		
		
	client: Enable viewing source of mind map
This commit is contained in:
		
							parent
							
								
									c2959fe52d
								
							
						
					
					
						commit
						73c19c6cbf
					
				| @ -105,7 +105,7 @@ export default class NoteActionsWidget extends NoteContextAwareWidget { | ||||
|         this.toggleDisabled(this.$findInTextButton, ['text', 'code', 'book'].includes(note.type)); | ||||
| 
 | ||||
|         this.toggleDisabled(this.$showAttachmentsButton, !isInOptions); | ||||
|         this.toggleDisabled(this.$showSourceButton, ['text', 'code', 'relationMap', 'mermaid', 'canvas'].includes(note.type)); | ||||
|         this.toggleDisabled(this.$showSourceButton, ['text', 'code', 'relationMap', 'mermaid', 'canvas', 'mindMap'].includes(note.type)); | ||||
| 
 | ||||
|         this.toggleDisabled(this.$printActiveNoteButton, ['text', 'code'].includes(note.type)); | ||||
| 
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Elian Doran
						Elian Doran