not refreshing tree after sort operation because it messes with everything ...

This commit is contained in:
zadam
2019-04-14 18:32:56 +02:00
parent 1bd769827d
commit 47cb7c7f5e
2 changed files with 3 additions and 4 deletions

View File

@@ -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();