Hello! Im working with Angular 10, and .netcore bakend, and I'm facing issues about performance with the module of PdfViewer when annotations textfree is maked.
Problem: When typing (on new or existing text annotation), the event keydown take too long and has warnings of [violation] in chrome devTools with verbose mode (as the following image shows)
The above warnings appears when user is typing in a text annotation in PdfViewer.
Im facing the same issue in the demo page of angular https://ej2.syncfusion.com/angular/demos/#/material/pdfviewer/default, not with the same event but showing other warnings and sometimes it take a while to finish and showing what I typed.
Thanks in advance.