0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-28 17:52:38 +00:00

Merge branch 'master' of https://github.com/naturalcrit/homebrewery into add-notification-client-side

This commit is contained in:
Víctor Losada Hernández
2024-10-23 19:48:45 +02:00

View File

@@ -78,6 +78,8 @@ const BrewRenderer = (props)=>{
}
const scrollToHash = (hash) => {
if (!hash) return;
const iframeDoc = document.getElementById('BrewRenderer').contentDocument;
let anchor = iframeDoc.querySelector(hash);