mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-03 02:04:37 +08:00
Merge branch 'master' into newads
This commit is contained in:
commit
4bc9239238
1 changed files with 2 additions and 2 deletions
|
@ -471,7 +471,7 @@ async function updateTags(dontSave: boolean): Promise<void> {
|
|||
if (
|
||||
Config.mode != "quote" &&
|
||||
!dontSave &&
|
||||
(funboxes.length === 0 || allFunboxesCanGetPb)
|
||||
(result.funbox === "none" || funboxes.length === 0 || allFunboxesCanGetPb)
|
||||
) {
|
||||
if (tpb < result.wpm) {
|
||||
//new pb for that tag
|
||||
|
@ -735,7 +735,7 @@ export async function update(
|
|||
updateQuoteFavorite(randomQuote);
|
||||
await updateGraph();
|
||||
await updateGraphPBLine();
|
||||
updateTags(dontSave);
|
||||
await updateTags(dontSave);
|
||||
updateOther(difficultyFailed, failReason, afkDetected, isRepeated, tooShort);
|
||||
|
||||
((ChartController.result.options as PluginChartOptions<"line" | "scatter">)
|
||||
|
|
Loading…
Reference in a new issue