forked from 0x2620/pandora
call 'selectEntities' on entity type switch
This commit is contained in:
parent
a351ddfe0f
commit
afefe3de0b
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ pandora.ui.entitiesDialog = function(options) {
|
|||
type = data.value;
|
||||
pandora.UI.set({entitiesType: type});
|
||||
$list.reloadList();
|
||||
selectEntities();
|
||||
}
|
||||
})
|
||||
.css({
|
||||
|
|
Loading…
Reference in a new issue