Added note tags to main note edit display

This commit is contained in:
Max G
2020-03-09 03:11:05 +00:00
parent d3c0d6e2b9
commit 4c17efceea
2 changed files with 27 additions and 6 deletions

View File

@@ -213,6 +213,7 @@
this.$bus.$on('note_deleted', (noteId) => {
//Remove deleted note from set, its deleted
this.fetchUserTags()
Object.keys(this.noteSections).forEach( key => {
this.noteSections[key].forEach( (note, index) => {
if(note.id == noteId){