lavoce #42

Merged
bragaz_rexita merged 18 commits from lavoce into main 2026-04-10 05:35:38 +00:00
Showing only changes of commit ea3e748684 - Show all commits

View File

@@ -15,9 +15,10 @@ const IndexWebControl = memo(function IndexWebControl() {
const url = "https://117.102.231.130:9531/qrview";
const handleReset = () => {
const handleReset = async() => {
setIsPlaying(false);
resetWA();
await resetWA();
setIsPlaying(true);
};
useEffect(() => {