mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-03-24 06:28:11 +00:00
`frameDidMount` is equivalent to using iframe.addEventListener('load');
Let's not add a new listener and just use the existing event we already have. Functionality still works.