mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 13:24:25 +00:00
click node event (wip)
This commit is contained in:
parent
6719548504
commit
09903c2f52
@ -114,6 +114,10 @@ export default {
|
|||||||
this.checkedLayers = this.checkedLayers.filter(i => i !== id)
|
this.checkedLayers = this.checkedLayers.filter(i => i !== id)
|
||||||
this.$store.commit('addExcludedNode', id)
|
this.$store.commit('addExcludedNode', id)
|
||||||
},
|
},
|
||||||
|
clickOnNode(callback) {
|
||||||
|
console.log('** click on node **')
|
||||||
|
window.network.on('click', callback)
|
||||||
|
},
|
||||||
}
|
}
|
||||||
/*
|
/*
|
||||||
TODO / TO CHECK / TO UNDERSTAND
|
TODO / TO CHECK / TO UNDERSTAND
|
||||||
|
Loading…
x
Reference in New Issue
Block a user