Skip to content

Commit

Permalink
Update src/components/KPop/KPop.vue
Browse files Browse the repository at this point in the history
Co-authored-by: Maksym Portianoi <maksym.portianoi@konghq.com>
  • Loading branch information
Leopoldthecoder and portikM authored Jun 14, 2024
1 parent 6412690 commit 64a03f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/KPop/KPop.vue
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ const kPopoverElement = ref<HTMLElement | null>(null)
const triggerWrapperElement = ref<HTMLElement | null>(null)
const popoverElement = ref<HTMLElement | null>(null)
const isVisible = ref<boolean>(false)
const popoverKey = ref(0)
const popoverKey = ref<number>(0)
const popoverTrigger = computed((): HTMLElement | null => triggerWrapperElement.value && triggerWrapperElement.value?.children[0] ? triggerWrapperElement.value?.children[0] as HTMLElement : null)
Expand Down

0 comments on commit 64a03f2

Please sign in to comment.