renamed also cache files/modules

This commit is contained in:
zadam
2021-04-16 23:01:56 +02:00
parent f7e86c5be0
commit 42510fda5c
80 changed files with 83 additions and 83 deletions

View File

@@ -3,7 +3,7 @@ import appContext from "./app_context.js";
import utils from './utils.js';
import noteCreateService from './note_create.js';
import treeService from './tree.js';
import froca from "./tree_cache.js";
import froca from "./froca.js";
// this key needs to have this value so it's hit by the tooltip
const SELECTED_NOTE_PATH_KEY = "data-note-path";