Louis
Louis
  I am unable to reproduce this issue. But I think this issue meant that the h-full class might not be needed. @GabrielPaliari can you remove the class and...
Hello, I was looking at this issue. Something like this works ```ts function nestedModal(): void { const c: ModalSettings = { type: 'prompt', title: 'Enter Name', body: 'Provide your first...
> Just to chime in here - I would probably recommend a promise or timeout approach like Null is showing to avoid the race condition for now. But the we're...
@endigo9740 Please assign me thanks.
Hi, I am not sure if this helps. I dug though pdfjs issues and figured out that the rendertextlayer is deprecated The new method is like this: ```js const {TextLayer}...
PDF 3. x has an arbitrary code injection vulnerability that is not recommended for use anymore. The one I posted above works for PDFJS4
> > Hi, I am not sure if this helps. > > I dug though pdfjs issues and figured out that the rendertextlayer is deprecated > > The new method...