PMCORE-3309:Highlights disappear

This commit is contained in:
fabio
2021-09-13 09:08:47 -04:00
parent 3a7332ca4b
commit c728c29c59

View File

@@ -64,7 +64,6 @@ export default {
let key = `tooltip-${that.data.id}`;
that.labelTooltip = response.data.label;
that.$refs[key].$emit("open");
that.isHighlight = false;
});
},
/**