mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 13:04:23 +00:00
Made the check words system much more useable, without the user's device being spammed with garbage requests.
This commit is contained in:
parent
20006fff15
commit
b716a0ed5c
2 changed files with 24 additions and 8 deletions
|
@ -451,11 +451,13 @@ const openArticles = async (slug: string, titleName?: string) => {
|
|||
} else {
|
||||
titleNameFinal = t("app.newsview");
|
||||
}
|
||||
console.log(titleName);
|
||||
findAndOpenWindow("newsView", titleName);
|
||||
|
||||
console.log("t2: " + titleName);
|
||||
setTimeout(() => {
|
||||
openingAppViaAnApp.value = false;
|
||||
passedValues.value = null;
|
||||
console.log("wiping values");
|
||||
}, 1000);
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue