mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 10:55:55 +01:00
some fixes for CKEditor
This commit is contained in:
@@ -82,7 +82,7 @@ $.ui.autocomplete.filter = (array, terms) => {
|
||||
};
|
||||
|
||||
$(document).tooltip({
|
||||
items: ".note-editable a",
|
||||
items: "#note-detail a",
|
||||
content: function(callback) {
|
||||
const noteId = link.getNotePathFromLink($(this).attr("href"));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user