mirror of https://github.com/rancher/dashboard.git
fix set login popper not closing
This commit is contained in:
parent
512cc2907f
commit
1016bce378
|
|
@ -295,7 +295,6 @@ export default {
|
|||
},
|
||||
|
||||
showPageActionsMenu(show) {
|
||||
console.log('METHOD TRIGGERED', show);
|
||||
this.isPageActionMenuOpen = show;
|
||||
},
|
||||
|
||||
|
|
@ -619,6 +618,7 @@ export default {
|
|||
<i
|
||||
data-testid="page-actions-menu"
|
||||
class="icon icon-actions"
|
||||
tabindex="0"
|
||||
@blur="showPageActionsMenu(false)"
|
||||
@click="showPageActionsMenu(true)"
|
||||
@focus.capture="showPageActionsMenu(true)"
|
||||
|
|
|
|||
Loading…
Reference in New Issue