Skip to content

Commit c6abe45

Browse files
authored
fix: increase touchpad hold continuation timeout slider maximum to 2000 ms (#2208)
1 parent 946d43a commit c6abe45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/uhk-web/src/app/components/add-on/add-on.component.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ <h3 class="margin-top">Touchpad settings</h3>
263263
<td>
264264
<slider-wrapper
265265
[min]="0"
266-
[max]="1000"
266+
[max]="2000"
267267
[step]="1"
268268
[ngModel]="moduleConfiguration.touchpadHoldContinuationTimeout"
269269
(ngModelChange)="onSetModuleConfigurationValue('touchpadHoldContinuationTimeout', $event)"

0 commit comments

Comments
 (0)