From adf0c24f911537434b572144cde6fdb28eccb1b1 Mon Sep 17 00:00:00 2001 From: heimoshuiyu Date: Wed, 21 Sep 2022 15:12:12 +0800 Subject: [PATCH] always render AudioPlayer DOM --- web/src/component/AudioPlayer.js | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/web/src/component/AudioPlayer.js b/web/src/component/AudioPlayer.js index f8aad2f..7d5881b 100644 --- a/web/src/component/AudioPlayer.js +++ b/web/src/component/AudioPlayer.js @@ -174,16 +174,14 @@ function AudioPlayer(props) { )} - {playingURL !== "" && ( - - )} +