mirror of
https://github.com/misskey-dev/misskey.git
synced 2025-01-11 01:00:07 +09:00
add comment
This commit is contained in:
parent
043530bc65
commit
f1c894a81e
@ -142,6 +142,7 @@ async function requestRender() {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
} else if (props.provider === 'mcaptcha' && props.instanceUrl && props.sitekey) {
|
} else if (props.provider === 'mcaptcha' && props.instanceUrl && props.sitekey) {
|
||||||
|
// 設定値の変更時などのタイミングで再レンダリングを行う際はコンテナ内をクリアしておかないと更新されるたびに増えていく
|
||||||
const container = document.getElementById('mcaptcha__widget-container');
|
const container = document.getElementById('mcaptcha__widget-container');
|
||||||
if (container) {
|
if (container) {
|
||||||
container.innerHTML = '';
|
container.innerHTML = '';
|
||||||
|
Loading…
Reference in New Issue
Block a user