mirror of
https://github.com/aleksilassila/reiverr.git
synced 2026-04-18 15:53:16 +02:00
Fix iOS playback
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user