add comment

This commit is contained in:
おさむのひと 2024-12-19 20:16:34 +09:00
parent 043530bc65
commit f1c894a81e

View file

@ -142,6 +142,7 @@ async function requestRender() {
});
}
} else if (props.provider === 'mcaptcha' && props.instanceUrl && props.sitekey) {
//
const container = document.getElementById('mcaptcha__widget-container');
if (container) {
container.innerHTML = '';