mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 10:55:55 +01:00
some refactorings of note detail service
This commit is contained in:
@@ -4,7 +4,7 @@ import linkService from "./link.js";
|
||||
|
||||
function setupTooltip() {
|
||||
$(document).tooltip({
|
||||
items: "#note-detail a",
|
||||
items: "#note-detail-text a",
|
||||
content: function (callback) {
|
||||
const notePath = linkService.getNotePathFromLink($(this).attr("href"));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user