diff --git a/src/views/htmlcontent/src/js/components/app.component.ts b/src/views/htmlcontent/src/js/components/app.component.ts index f2f8fcbdf3..1342879b39 100644 --- a/src/views/htmlcontent/src/js/components/app.component.ts +++ b/src/views/htmlcontent/src/js/components/app.component.ts @@ -46,11 +46,11 @@ const template = ` (click)="toggleResultsPane()" (keydown)="handleResultsKeydown($event)" [attr.aria-label]="Constants.resultPaneLabel" - [attr.aria-expanded]="!resultActive"> + [attr.aria-expanded]="resultActive"> {{Constants.resultPaneLabel}} {{resultShortcut}} -
@@ -58,7 +58,7 @@ const template = ` [style.max-height]="renderedDataSets.length > 1 ? dataSet.maxHeight + 'px' : 'inherit'" [style.min-height]="renderedDataSets.length > 1 ? dataSet.minHeight + 'px' : 'inherit'" [style.font-size]="resultsFontSize + 'px'"> - -