mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-12-28 01:30:23 +01:00
add comment
This commit is contained in:
parent
043530bc65
commit
f1c894a81e
1 changed files with 1 additions and 0 deletions
|
@ -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 = '';
|
||||
|
|
Loading…
Reference in a new issue