Skip to content

Commit

Permalink
add jsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
neSpecc committed Jul 9, 2024
1 parent cbd38b9 commit 39e2859
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions codex-ui/src/vue/components/popover/Popover.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ import { ref } from 'vue';
import { usePopover } from './usePopover';
import { onClickOutside } from '@vueuse/core';
/**
* Reference to the popover element
* Used to bind click-outside event
*/
const popoverEl = ref<HTMLDivElement | null>(null);
const {
Expand Down

0 comments on commit 39e2859

Please sign in to comment.