Skip to content

Commit

Permalink
refactor: minor
Browse files Browse the repository at this point in the history
  • Loading branch information
malkja committed Aug 11, 2024
1 parent c97eefe commit 32a05d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/annotations/AnnotationVariantItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ function handleClick(witness: string, i: number) {
// update the state of 'false' or 'true' whether this variant item is selected or not
variantItemsSelection[witness] = !variantItemsSelection[witness]
activeAnnotSelectVariantItems.value[props.annotation.id] = [props.annotation, variantItemsSelection]
annotationStore.updateActiveAnnotSelectVariantItems(props.annotation.id, [props.annotation, variantItemsSelection])
const selector = props.annotation.target[0].selector.value
if (variantItemsSelection[witness] === true) { // to change
Expand Down

0 comments on commit 32a05d1

Please sign in to comment.