dabapps / roe

DabApps' Project Development Kit
https://dabapps.github.io/roe
BSD 3-Clause "New" or "Revised" License
4 stars 3 forks source link

Footer and NavBar ResizeObserver #345

Closed JakeSidSmith closed 3 years ago

JakeSidSmith commented 3 years ago

Instead of listening to window resize events we now observe the elements themselves, meaning that when the content (and even styles) of the element changes, the AppRoot will be notified.

This should be backward compatible, and so will be a patch version.