mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 10:55:55 +01:00
not refreshing tree after sort operation because it messes with everything ...
This commit is contained in:
@@ -5,6 +5,9 @@ import infoService from "./info.js";
|
||||
import messagingService from "./messaging.js";
|
||||
import server from "./server.js";
|
||||
|
||||
/**
|
||||
* TreeCache keeps a read only cache of note tree structure in frontend's memory.
|
||||
*/
|
||||
class TreeCache {
|
||||
constructor() {
|
||||
this.init();
|
||||
|
||||
Reference in New Issue
Block a user