Revert React Spring to 9.7.5 and updates Renovate (#34788)

This commit is contained in:
Echo 2025-05-23 14:34:41 +02:00 committed by GitHub
parent 68a5724b3e
commit 84d03e4e16
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 46 additions and 45 deletions

View file

@ -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);
},
});