vue_visgraph improve (physics, corrections)

This commit is contained in:
2021-10-28 15:47:40 +02:00
parent 317ba0a095
commit 998295dc5f
3 changed files with 75 additions and 7 deletions

View File

@@ -96,6 +96,7 @@ export default {
},
toggleLayer(value) {
//console.log('toggleLayer')
this.forceUpdateComponent()
let id = value.target.value
if (this.checkedLayers.includes(id)) {
this.removeLayer(id)