From c8d585889b700f11a8af66e469e2c2d2c6873ea8 Mon Sep 17 00:00:00 2001 From: jialin Date: Thu, 5 Dec 2024 13:42:43 +0800 Subject: [PATCH] fix: image random seed uncheck not work --- src/components/audio-player/index.tsx | 2 +- src/pages/playground/components/audio-input.tsx | 13 ++++++++----- src/pages/playground/components/ground-images.tsx | 8 +++++++- src/pages/playground/config/params-config.ts | 4 ++-- 4 files changed, 18 insertions(+), 9 deletions(-) diff --git a/src/components/audio-player/index.tsx b/src/components/audio-player/index.tsx index 4c8e0bea..735b9c48 100644 --- a/src/components/audio-player/index.tsx +++ b/src/components/audio-player/index.tsx @@ -269,7 +269,7 @@ const AudioPlayer: React.FC = forwardRef((props, ref) => {