Skip to content

Commit

Permalink
fix modal not opening on chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
ElectronicBlueberry committed Feb 12, 2024
1 parent edabc57 commit 099f429
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/components/TagsMultiselect/HeadlessMultiselect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -252,8 +252,8 @@ watch(
</script>

<template>
<div ref="root" class="headless-multiselect" @blur.capture="onBlur">
<fieldset v-if="isOpen">
<div ref="root" class="headless-multiselect">
<fieldset v-if="isOpen" @blur.capture="onBlur">
<input
:id="`${props.id}-input`"
ref="inputField"
Expand Down

0 comments on commit 099f429

Please sign in to comment.