better sailent point definition
This commit is contained in:
@@ -143,6 +143,7 @@ export default {
|
||||
if (query && query.length) {
|
||||
// if we have a results
|
||||
for (let body of query) {
|
||||
console.log('mouse hover body.item_type', body.item_type);
|
||||
if (!this.opened // if no concernement is opened
|
||||
&& body.item_type === "concernement" // if it is a concernement
|
||||
&& typeof this.concernementsByID[body.id] !== "undefined" // if the id exists
|
||||
|
||||
Reference in New Issue
Block a user