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