make click blocking actually work
This commit is contained in:
parent
f4b18df644
commit
fa01030641
2 changed files with 12 additions and 2 deletions
|
@ -72,7 +72,10 @@
|
|||
icon="chevron-down"
|
||||
/>
|
||||
</span>
|
||||
<span class="click-blocker" />
|
||||
<span
|
||||
class="click-blocker"
|
||||
@click="blockOpen"
|
||||
/>
|
||||
</div>
|
||||
</Popover>
|
||||
</template>
|
||||
|
@ -135,7 +138,6 @@
|
|||
|
||||
.click-blocker {
|
||||
cursor: default;
|
||||
pointer-events: none;
|
||||
flex-grow: 1;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue