mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 18:36:30 +01:00 
			
		
		
		
	add symbol to shared notes in the tree
This commit is contained in:
		| @@ -661,7 +661,10 @@ export default class NoteTreeWidget extends NoteContextAwareWidget { | ||||
|             extraClasses.push("protected"); | ||||
|         } | ||||
|  | ||||
|         if (note.getParentNoteIds().length > 1) { | ||||
|         if (note.isShared()) { | ||||
|             extraClasses.push("shared"); | ||||
|         } | ||||
|         else if (note.getParentNoteIds().length > 1) { | ||||
|             const notSearchParents = note.getParentNoteIds() | ||||
|                 .map(noteId => froca.notes[noteId]) | ||||
|                 .filter(note => !!note) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user