mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-04 13:39:01 +01:00 
			
		
		
		
	open links from render note
This commit is contained in:
		
							parent
							
								
									ff76ba7d1b
								
							
						
					
					
						commit
						7880cf62fe
					
				@ -107,6 +107,7 @@ function init() {
 | 
			
		||||
$(document).on('click', "a[data-action='note']", goToLink);
 | 
			
		||||
$(document).on('click', 'div.popover-content a, div.ui-tooltip-content a', goToLink);
 | 
			
		||||
$(document).on('dblclick', '#note-detail-text a', goToLink);
 | 
			
		||||
$(document).on('click', '#note-detail-render a', goToLink);
 | 
			
		||||
$(document).on('click', '#note-detail-text.ck-read-only a', goToLink);
 | 
			
		||||
$(document).on('click', 'span.ck-button__label', e => {
 | 
			
		||||
    // this is a link preview dialog from CKEditor link editing
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user