From 7efac8c0258d47d7bfd8ffb14bd4a5614fb16f11 Mon Sep 17 00:00:00 2001 From: Echo Date: Fri, 23 May 2025 14:34:41 +0200 Subject: [PATCH] [Glitch] Revert React Spring to 9.7.5 and updates Renovate Port 84d03e4e16d454bdce085ca8d1ba6ea3f179ddf5 to glitch-soc Signed-off-by: Claire --- .../glitch/features/video/components/hotkey_indicator.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/javascript/flavours/glitch/features/video/components/hotkey_indicator.tsx b/app/javascript/flavours/glitch/features/video/components/hotkey_indicator.tsx index 6a374ee2f4..2c743d60e2 100644 --- a/app/javascript/flavours/glitch/features/video/components/hotkey_indicator.tsx +++ b/app/javascript/flavours/glitch/features/video/components/hotkey_indicator.tsx @@ -24,9 +24,7 @@ export const HotkeyIndicator: React.FC<{ enter: [{ opacity: 1 }], leave: [{ opacity: 0 }], onRest: (_result, _ctrl, item) => { - if (item) { - onDismiss(item); - } + onDismiss(item); }, });