fixing a selection bug
This commit is contained in:
parent
a279bc7f6e
commit
417c641e74
1 changed files with 1 additions and 1 deletions
|
@ -2327,7 +2327,7 @@ requires
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
self.options.selected = -1;
|
selectItem(-1);
|
||||||
scrollMenuUp();
|
scrollMenuUp();
|
||||||
that.hide();
|
that.hide();
|
||||||
if (self.options.parent) {
|
if (self.options.parent) {
|
||||||
|
|
Loading…
Reference in a new issue