mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 11:39:01 +01:00 
			
		
		
		
	remove title to fix closing highlights list, fixes #4471
This commit is contained in:
		
							parent
							
								
									ed129c307b
								
							
						
					
					
						commit
						18e2e6779b
					
				| @ -56,7 +56,6 @@ export default class HighlightsListWidget extends RightPanelWidget { | ||||
|                 .class("icon-action"), | ||||
|             new OnClickButtonWidget() | ||||
|                 .icon("bx-x") | ||||
|                 .title("Close Highlights List") | ||||
|                 .titlePlacement("left") | ||||
|                 .onClick(widget => widget.triggerCommand("closeHlt")) | ||||
|                 .class("icon-action") | ||||
|  | ||||
| @ -68,7 +68,6 @@ export default class TocWidget extends RightPanelWidget { | ||||
|                 .class("icon-action"), | ||||
|             new OnClickButtonWidget() | ||||
|                 .icon("bx-x") | ||||
|                 .title("Close Table of Contents") | ||||
|                 .titlePlacement("left") | ||||
|                 .onClick(widget => widget.triggerCommand("closeToc")) | ||||
|                 .class("icon-action") | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 zadam
						zadam