mirror of
https://github.com/ReVanced/revanced-website.git
synced 2026-01-09 12:46:17 +00:00
chore: Merge branch dev to main (#328)
This commit is contained in:
@@ -10,10 +10,11 @@
|
||||
let enableInputSeconds = 15;
|
||||
let keyword: string = '';
|
||||
|
||||
let interval: NodeJS.Timeout;
|
||||
let interval: number | undefined;
|
||||
function closeDialog() {
|
||||
showEmailDialog = false;
|
||||
clearInterval(interval);
|
||||
interval = undefined;
|
||||
enableInputSeconds = 15;
|
||||
keyword = '';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user