mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-03-22 21:58:10 +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.