Do not disable FAYT results after previewing file

Refs #1294
This commit is contained in:
Will Abson
2016-12-16 14:34:02 +00:00
parent 5c2145dcf8
commit 8058b583dc
2 changed files with 4 additions and 5 deletions

View File

@@ -170,8 +170,7 @@ export class AlfrescoSearchControlComponent implements OnInit, OnDestroy {
}
onFileClicked(event): void {
this.liveSearchTerm = '';
this.searchActive = false;
this.setAutoCompleteDisplayed(false);
this.fileSelect.emit(event);
}