このコミットが含まれているのは:
2026-07-18 20:22:53 +09:00
コミット f662dc9dc0
+1 -1
ファイルの表示
@@ -76,7 +76,7 @@ export const UnsavedChangesGuardProvider: FC<PropsWithChildren> = ({ children })
const shouldBlock = useCallback (() => { const shouldBlock = useCallback (() => {
if (bypassNextNavigationRef.current != null) if (bypassNextNavigationRef.current != null)
{ {
bypassNextNavigationRef.current = false bypassNextNavigationRef.current = null
return false return false
} }