VoiceMessages: fix preview being blank

main
V 12 months ago committed by Nuckyz
parent 1619ee404a
commit f814eeb74c
No known key found for this signature in database
GPG Key ID: 440BF8296E1C4AD9

@ -25,7 +25,7 @@ interface VoiceMessageProps {
src: string;
waveform: string;
}
const VoiceMessage = findComponentByCodeLazy<VoiceMessageProps>("waveform:");
const VoiceMessage = findComponentByCodeLazy<VoiceMessageProps>("waveform:", "onVolumeChange");
export type VoicePreviewOptions = {
src?: string;

Loading…
Cancel
Save