mirror of
				https://gitlab.com/Chill-Projet/chill-bundles.git
				synced 2025-11-04 03:08:25 +00:00 
			
		
		
		
	click node event (wip)
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user