visgraph options settings

This commit is contained in:
2021-10-30 01:51:02 +02:00
parent 851a246257
commit a57a23dc49
2 changed files with 18 additions and 6 deletions

View File

@@ -316,7 +316,7 @@ const store = createStore({
commit('addPerson', adapt2vis(person, { folded: true }))
console.log('********* fetch infos for missing', person.id, '******')
//dispatch('fetchInfoForPerson', person)
dispatch('fetchInfoForPerson', person)
},
}
})