Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use ResizeObserver to auto-update menu position if available (JedWats…
…on#5404) * Use ResizeObserver to update menu position if available Fixes JedWatson#5403. I mistakenly thought in JedWatson#5381 that the resize event was placed on the control element, but's it really just on the scroll parents of the control element. This PR enables `ResizeObserver` if it's available. The referenced issue demonstrates a good use-case for it. * Create tricky-books-design.md
- Loading branch information