patternfly / react-log-viewer

MIT License
17 stars 14 forks source link

Trigger update when container resizes #28

Open mmuzikar opened 1 year ago

mmuzikar commented 1 year ago

The containerRef didn't trigger any update on resize, which caused the log viewer to update only on scroll: Peek 2023-05-09 09-55.webm

Now the component updates when the container resizes: Peek 2023-05-09 13-57

mturley commented 7 months ago

This seems related to https://github.com/patternfly/react-log-viewer/issues/55