mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +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.$store.commit('addExcludedNode', id)
|
||||
},
|
||||
clickOnNode(callback) {
|
||||
console.log('** click on node **')
|
||||
window.network.on('click', callback)
|
||||
},
|
||||
}
|
||||
/*
|
||||
TODO / TO CHECK / TO UNDERSTAND
|
||||
|
Loading…
x
Reference in New Issue
Block a user