From 26d1df2927818452a623820b2d6493c85ae379f3 Mon Sep 17 00:00:00 2001 From: Thoronium <107363768+NotThorny@users.noreply.github.com> Date: Wed, 26 Apr 2023 14:56:19 -0600 Subject: [PATCH] Slightly extend typing timer --- src/ui/Mods.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/Mods.tsx b/src/ui/Mods.tsx index 4d13ae8..ab43cc7 100644 --- a/src/ui/Mods.tsx +++ b/src/ui/Mods.tsx @@ -151,7 +151,7 @@ export class Mods extends React.Component { }, this.forceUpdate ) - }, 300) + }, 500) } render() {