bug fix
This commit is contained in:
		@@ -1130,7 +1130,7 @@ export default {
 | 
			
		||||
 | 
			
		||||
        // use paper symbol
 | 
			
		||||
        let symbol_name = item_type;
 | 
			
		||||
        if(parseInt(this.opened_entite_id) === entite.entite.id){
 | 
			
		||||
        if(entite.entite && parseInt(this.opened_entite_id) === entite.entite.id){
 | 
			
		||||
          switch (item_type) {
 | 
			
		||||
            case 'entite':
 | 
			
		||||
              symbol_name = 'entite_hover'; 
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user