mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 19:36:12 +01:00
renamed also cache files/modules
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import ws from "./ws.js";
|
||||
import froca from "./tree_cache.js";
|
||||
import froca from "./froca.js";
|
||||
|
||||
async function renderAttribute(attribute, renderIsInheritable) {
|
||||
const isInheritable = renderIsInheritable && attribute.isInheritable ? `(inheritable)` : '';
|
||||
|
||||
Reference in New Issue
Block a user