fix/improve behavior of "sorted" attribute

This commit is contained in:
zadam
2021-01-23 21:00:59 +01:00
parent 48b697f408
commit f2ca9276d6
4 changed files with 51 additions and 8 deletions

View File

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