entite action hover bug fux #2241

This commit is contained in:
Bachir Soussi Chiadmi 2023-07-18 22:48:47 +02:00
parent 315c271185
commit eb0bbb5346

View File

@ -628,7 +628,7 @@ export default {
instance.scale(this.scale); instance.scale(this.scale);
instance.fillColor = '#000'; instance.fillColor = '#000';
instance.item_id = entite.entite ? entite.entite.id : null; instance.item_id = entite.entite ? entite.entite.id : null;
instance.item_type = entite.entite ? 'entite' : 'hidden_entite'; instance.item_type = symbol_name;
instance.is_symbol_instance = true; instance.is_symbol_instance = true;
g.addChild(instance) g.addChild(instance)
} }