mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 18:36:30 +01:00 
			
		
		
		
	Show highlighted text in right panel
This commit is contained in:
		| @@ -95,7 +95,6 @@ export default class HighlightedTextWidget extends RightPanelWidget { | ||||
|         // Check for type text unconditionally in case alwaysShowWidget is set | ||||
|         if (this.note.type === 'text') { | ||||
|             const { content } = await note.getNoteComplement(); | ||||
|             //hltColors/hltBgColors are the colors/background-color that appear in notes and in options  | ||||
|             ({ $hlt, hltLiCount } = await this.getHlt(content, optionsHlt)); | ||||
|         } | ||||
|         this.$hlt.html($hlt); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user