fix merge problems

This commit is contained in:
zadam
2020-06-24 22:29:53 +02:00
parent a574fce13f
commit 9615e25a67
4 changed files with 24 additions and 24 deletions

View File

@@ -69,7 +69,7 @@ eventService.subscribe(eventService.ENTITY_CREATED, ({ entityName, entity }) =>
note.setContent(targetNote.getContent());
}
else if (entity.type === 'label' && entity.name === 'sorted') {
await treeService.sortNotesAlphabetically(entity.noteId);
treeService.sortNotesAlphabetically(entity.noteId);
}
}
else if (entityName === 'notes') {