mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 21:36:05 +01:00
renamed treeCache into froca
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import treeService from "./tree.js";
|
||||
import linkService from "./link.js";
|
||||
import treeCache from "./tree_cache.js";
|
||||
import froca from "./tree_cache.js";
|
||||
import utils from "./utils.js";
|
||||
import attributeRenderer from "./attribute_renderer.js";
|
||||
import noteContentRenderer from "./note_content_renderer.js";
|
||||
@@ -44,7 +44,7 @@ async function mouseEnterHandler() {
|
||||
|
||||
const noteId = treeService.getNoteIdFromNotePath(notePath);
|
||||
|
||||
const note = await treeCache.getNote(noteId);
|
||||
const note = await froca.getNote(noteId);
|
||||
const content = await renderTooltip(note);
|
||||
|
||||
if (utils.isHtmlEmpty(content)) {
|
||||
|
||||
Reference in New Issue
Block a user