fix: image random seed uncheck not work

This commit is contained in:
jialin
2024-12-05 13:44:16 +08:00
parent d044423330
commit c8d585889b
4 changed files with 18 additions and 9 deletions
+1 -1
View File
@@ -269,7 +269,7 @@ const AudioPlayer: React.FC<AudioPlayerProps> = forwardRef((props, ref) => {
</div>
</div>
<audio
controls
crossOrigin="anonymous"
autoPlay={autoplay}
src={props.url}
ref={audioRef}