mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-11 20:08:37 +00:00
fix(core): audio player ux (#11685)
This commit is contained in:
@@ -111,7 +111,7 @@ export const AudioPlayer = ({
|
||||
waveform={waveform || []}
|
||||
progress={progressPercentage}
|
||||
onManualSeek={handleProgressClick}
|
||||
loading={loading}
|
||||
loading={!waveform || waveform.length === 0}
|
||||
/>
|
||||
<div className={styles.timeDisplay}>{formatTime(duration)}</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user