mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-04 05:28:59 +01:00 
			
		
		
		
	fix - link label set explicitly was not respected
This commit is contained in:
		
							parent
							
								
									27dc43b688
								
							
						
					
					
						commit
						b22d55c183
					
				@ -148,7 +148,7 @@ $("#addLinkButton").click(function() {
 | 
				
			|||||||
        noteDetail.summernote('editor.restoreRange');
 | 
					        noteDetail.summernote('editor.restoreRange');
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        noteDetail.summernote('createLink', {
 | 
					        noteDetail.summernote('createLink', {
 | 
				
			||||||
            text: globalNoteNames[noteId],
 | 
					            text: linkTitle,
 | 
				
			||||||
            url: 'app#' + noteId,
 | 
					            url: 'app#' + noteId,
 | 
				
			||||||
            isNewWindow: true
 | 
					            isNewWindow: true
 | 
				
			||||||
        });
 | 
					        });
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user