mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-05-08 07:48:40 +00:00
5b136f651c
`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.