mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-31 19:32:47 +00:00
cleanup
This commit is contained in:
@@ -91,10 +91,7 @@ const BrewRenderer = (props)=>{
|
|||||||
anchor.scrollIntoView({ behavior: 'smooth' });
|
anchor.scrollIntoView({ behavior: 'smooth' });
|
||||||
obs.disconnect();
|
obs.disconnect();
|
||||||
}
|
}
|
||||||
}).observe(iframeDoc, {
|
}).observe(iframeDoc, { childList: true, subtree: true });
|
||||||
childList : true,
|
|
||||||
subtree : true,
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user