Results 20 comments of kl.nevermore

You need to copy the pdfjs folder to the same level as dist

Excuse me, there are multiple webviews in my project that have been restarted and then expired. How to get out of multiple webviews?

> @NeverMore-KL Not sure exactly what you mean by "get out of multiple webviews", but if you can spin up a repo with a minimal repro of the bug you're...

Q1: maybe set height and scroll or appendto another element Q2: ``` /* Resizable */ .p-datatable-resizable-table > .p-datatable-thead > tr > th, .p-datatable-resizable-table > .p-datatable-tfoot > tr > td, .p-datatable-resizable-table...

hi Can you test it with main branch Not sure has been fixed by #5674

@bnn1 I created a simple VS Code extension for code suggestions and quick fixes. can be used as a temporary solution https://marketplace.visualstudio.com/items?itemName=kl-nevermore.primereact-import-helper

> I created a simple VS Code extension for code suggestions and quick fixes. > can be used as a temporary solution > https://marketplace.visualstudio.com/items?itemName=kl-nevermore.primereact-import-helper I released 0.1.0 a few days...

In Firefox, when content transitions from a scrollable to a non-scrollable due to filtering, the calculation logic is not triggered. There is a temporary workaround: manually invoke the `scrollInView` when...

```tsx const tableRef = useRef() { // try it const vs = tableRef.current.getVirtualScroller(); tableRef.scrollInView(); }} > ```