0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 20:42:43 +00:00
This commit is contained in:
Trevor Buckner
2024-10-22 14:08:20 -04:00
parent 83a48b8d0c
commit 5040b9528f

View File

@@ -91,10 +91,7 @@ const BrewRenderer = (props)=>{
anchor.scrollIntoView({ behavior: 'smooth' });
obs.disconnect();
}
}).observe(iframeDoc, {
childList : true,
subtree : true,
});
}).observe(iframeDoc, { childList: true, subtree: true });
}
};