Started laying out the entities
This commit is contained in:
parent
32ee60e1de
commit
fa9508c6b7
3 changed files with 59 additions and 0 deletions
|
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue