Martin Skec
Martin Skec
Added observing of `scrollIf` attribute. When value changes to `true` component is scrolled. This is related to #16 Working example [plnkr.co](http://embed.plnkr.co/qMuoDtrTsGJRm0irDNIE)
When my container was scrolled to bottom and I tried to scroll back to top, nothing happened. This PR fixes that. Working example [plnkr.co](http://embed.plnkr.co/wEpCPDGXu9BaM0NfCyOV/)
Hi @yakovmeister 👋 Would this be okay solution for the #54 memory leek issue? Let me know if you have another idea on how to solve it.
Reopening PR https://github.com/diegomura/react-pdf/pull/2240 This PR fixes crashes with images inside dynamic content. From looking at it, the problem was that assets weren't loaded for images inside dynamic content because resolveAssets...
**Describe the bug** Content in pages with dynamic components can get squashed and rendered incorrectly. Let's say we have a document with fixed header (dynamic content), and other content that...