Skip to content

Commit

Permalink
1,394th Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Shyam-Chen committed Mar 12, 2024
1 parent ec7be7a commit 15d27ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,8 @@ exports[`/general/buttons 1`] = `
<!--v-if-->
<!--v-if-->
</button></div>
<transition-stub data-v-ec374dba="" data-v-3ff4d40f="" name="fade" appear="false" persisted="false" css="true"></transition-stub>
<!--teleport start-->
<!--teleport end-->
</div>
</div>
</div>
Expand Down
3 changes: 2 additions & 1 deletion ui/src/components/popover/Popover.vue
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ watch(
</script>

<template>
<div v-on-click-outside="flux.close" class="Popover">
<div class="Popover">
<div ref="target" class="Popover-Target" @click="flux.toggle">
<slot></slot>
</div>
Expand All @@ -101,6 +101,7 @@ watch(
<div
v-if="typeof modelValue === 'boolean' ? defaultModel : flux.status"
ref="panel"
v-on-click-outside="flux.close"
tabindex="-1"
class="Popover-Panel"
:class="{
Expand Down

0 comments on commit 15d27ec

Please sign in to comment.