mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
load initial tree from note cache
This commit is contained in:
@@ -1,9 +1,5 @@
|
||||
"use strict";
|
||||
|
||||
const Note = require('./entities/note');
|
||||
const Branch = require('./entities/branch');
|
||||
const Attribute = require('./entities/attribute');
|
||||
|
||||
class NoteCache {
|
||||
constructor() {
|
||||
this.reset();
|
||||
|
||||
Reference in New Issue
Block a user