fix: re-introduce timeout to prevent nsfw leakage

This commit is contained in:
Sebin Nyshkim 2022-01-06 06:43:02 +01:00
parent 1ab50dca96
commit e727071493

View file

@ -36,6 +36,10 @@ export default {
showWarning() {
if (!this.isConfirmedHorny) {
this.isWarn = true;
setTimeout(() => {
this.nsfw = false;
}, 1);
}
},
},