* Little Bug Fixes All Around

This commit is contained in:
Max G
2020-04-15 20:44:24 +00:00
parent 9efe21476f
commit 3d2c9868fd
4 changed files with 18 additions and 19 deletions

View File

@@ -217,10 +217,11 @@
this.$store.dispatch('fetchAndUpdateUserTotals')
this.$bus.$on('close_active_note', ({position, noteId, modified}) => {
this.closeNote(position)
this.$store.dispatch('fetchAndUpdateUserTotals')
if(modified){
this.updateSingleNote(noteId)
this.updateSingleNote(parseInt(noteId))
}
})