fix: re-introduce timeout to prevent nsfw leakage
This commit is contained in:
parent
1ab50dca96
commit
e727071493
1 changed files with 4 additions and 0 deletions
|
@ -36,6 +36,10 @@ export default {
|
||||||
showWarning() {
|
showWarning() {
|
||||||
if (!this.isConfirmedHorny) {
|
if (!this.isConfirmedHorny) {
|
||||||
this.isWarn = true;
|
this.isWarn = true;
|
||||||
|
|
||||||
|
setTimeout(() => {
|
||||||
|
this.nsfw = false;
|
||||||
|
}, 1);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue