ソースを参照

entite action hover bug fux #2241

bach 1 年間 前
コミット
eb0bbb5346
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/components/ConcernementMapItem.vue

+ 1 - 1
src/components/ConcernementMapItem.vue

@@ -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)
       }
       }