1
0
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:
Sebastian Malton 2022-06-21 14:58:16 -04:00
parent 753b953df9
commit 4d368e93d6

View File

@ -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;
} }
}, },
); );