frontend attribute cache refactoring WIP

This commit is contained in:
zadam
2020-01-25 11:52:45 +01:00
parent 52a907651e
commit 60c908cd63
11 changed files with 102 additions and 116 deletions

View File

@@ -22,8 +22,6 @@ async function getNote(req) {
}
}
await treeService.setCssClassesToNotes([note]);
return note;
}
@@ -35,8 +33,6 @@ async function createNote(req) {
const { note, branch } = await noteService.createNewNoteWithTarget(target, targetBranchId, params);
await treeService.setCssClassesToNotes([note]);
return {
note,
branch