Timothy J. Baek hai 6 meses
pai
achega
39bfc4c8e9

+ 1 - 1
src/lib/components/chat/MessageInput/VoiceRecording.svelte

@@ -324,8 +324,8 @@
 
 
              rounded-full"
              rounded-full"
 			on:click={async () => {
 			on:click={async () => {
-				dispatch('cancel');
 				stopRecording();
 				stopRecording();
+				dispatch('cancel');
 			}}
 			}}
 		>
 		>
 			<svg
 			<svg