In directory picker, when a node is loaded, clear the filter (#974)
This commit is contained in:
parent
ff131060c3
commit
a050f2909c
1 changed files with 1 additions and 0 deletions
|
@ -77,6 +77,7 @@ export class DirectoryPickerComponent implements OnInit {
|
|||
|
||||
loadChildren(path: string) {
|
||||
this.libraryService.listDirectories(path).subscribe(folders => {
|
||||
this.filterQuery = '';
|
||||
this.folders = folders;
|
||||
}, err => {
|
||||
// If there was an error, pop off last directory added to stack
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue