web/satellite: Fix new access grant flow dropdown
This change resolves an issue where clicking outside an access grant deletion dropdown would produce errors instead of closing it. Change-Id: I2e0d5bfc50e2abeffe2d181aa3319b3476138d07
This commit is contained in:
parent
0831c8f390
commit
16d1296613
@ -13,10 +13,10 @@
|
||||
</div>
|
||||
|
||||
<div class="grants-item-container__common-info menu-item-container">
|
||||
<p class="ellipses" @click="togglePopupVisibility">...</p>
|
||||
<p class="ellipses" @click.stop="togglePopupVisibility">...</p>
|
||||
<div
|
||||
v-if="popupVisible"
|
||||
v-click-outside="popupVisible"
|
||||
v-click-outside="togglePopupVisibility"
|
||||
class="popup-menu"
|
||||
>
|
||||
<p
|
||||
|
Loading…
Reference in New Issue
Block a user