diff --git a/frontend/src/app/ui/annotations/annotation-dialog-component/annotation-dialog.module.ts b/frontend/src/app/ui/annotations/annotation-dialog-component/annotation-dialog.module.ts index 1346fdd28..414dca8d3 100644 --- a/frontend/src/app/ui/annotations/annotation-dialog-component/annotation-dialog.module.ts +++ b/frontend/src/app/ui/annotations/annotation-dialog-component/annotation-dialog.module.ts @@ -6,6 +6,7 @@ import { AnnotationDialogComponent } from './annotation-dialog.component'; import { AutoCompleteModule } from '@app/library/auto-complete/auto-complete.module'; import { TextAreaWithMentionsComponent } from '../components/text-area-with-mentions.component'; import { NgxMentionsModule } from 'ngx-mentions'; +import { OverlayModule } from '@angular/cdk/overlay'; @NgModule({ imports: [ @@ -14,6 +15,7 @@ import { NgxMentionsModule } from 'ngx-mentions'; FormattingModule, AutoCompleteModule, NgxMentionsModule, + OverlayModule, ], declarations: [ AnnotationDialogComponent, diff --git a/frontend/src/app/ui/annotations/components/text-area-with-mentions.component.html b/frontend/src/app/ui/annotations/components/text-area-with-mentions.component.html index 2b02fd8ad..bede0b67b 100644 --- a/frontend/src/app/ui/annotations/components/text-area-with-mentions.component.html +++ b/frontend/src/app/ui/annotations/components/text-area-with-mentions.component.html @@ -26,10 +26,19 @@ - - + let-selectChoice="selectChoice" + > +
+ + + + +