We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b676fc6 + 407239d commit 4f5eb12Copy full SHA for 4f5eb12
1 file changed
ASCOM.Alpaca.Simulators/Pages/SwitchControl.razor
@@ -38,8 +38,6 @@
38
<th><input type="range" min="@Device.MinSwitchValue(i)" max="@Device.MaxSwitchValue(i)" step="@Device.SwitchStep(i)" value="@Device.GetSwitchValue(i)" @onchange="@((ChangeEventArgs __e) => SetValue(index, Convert.ToDouble(__e.Value)))" style="min-width:40ch"></th>
39
<th>@Device.GetSwitchValue(i)</th>
40
</tr>
41
-
42
- i++;
43
}
44
45
</table>
0 commit comments