Started laying out the entities

This commit is contained in:
Joseph Milazzo 2025-06-30 07:19:52 -05:00
parent 32ee60e1de
commit fa9508c6b7
3 changed files with 59 additions and 0 deletions

View file

@ -1106,6 +1106,9 @@ export class BookReaderComponent implements OnInit, AfterViewInit, OnDestroy {
if (highlight.parentNode != null) {
highlight.parentNode.replaceChild(componentRef.location.nativeElement, highlight);
}
// TODO: Load the highlight instance with information from the Annotation
//componentRef.instance.highlightClasses =
//componentRef.instance.cdRef.markForCheck();
}