fixed dropdown

This commit is contained in:
antelle 2020-12-19 17:33:19 +01:00
parent 60329b3cab
commit 1796ac743d
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ class DropdownView extends View {
$('body').off('click contextmenu keydown', this.bodyClick);
});
this.selectedOption = model.selectedOption;
this.selectedOption = model?.selectedOption;
}
render(config) {