mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fix menu closing after previous menu open was a multi select
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
753b953df9
commit
4d368e93d6
@ -38,6 +38,7 @@ export class NamespaceSelectFilterModel {
|
|||||||
(isOpen) => {
|
(isOpen) => {
|
||||||
if (!isOpen) { // falling edge of menu being open
|
if (!isOpen) { // falling edge of menu being open
|
||||||
this.optionsSortingSelected.replace(this.selectedNames.get());
|
this.optionsSortingSelected.replace(this.selectedNames.get());
|
||||||
|
this.didToggle = false;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user