entite action hover bug fux #2241
This commit is contained in:
parent
315c271185
commit
eb0bbb5346
@ -628,7 +628,7 @@ export default {
|
||||
instance.scale(this.scale);
|
||||
instance.fillColor = '#000';
|
||||
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;
|
||||
g.addChild(instance)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user