Fix iOS playback

This commit is contained in:
oxixes
2023-08-16 02:31:18 +02:00
parent 52eef6cc41
commit 2db658bfec
3 changed files with 40 additions and 24 deletions

View File

@@ -1,7 +1,7 @@
<script lang="ts">
export let min = 0;
export let max = 100;
export let step = 1;
export let step = 0.01;
export let primaryValue = 0;
export let secondaryValue = 0;