From 6f84038b4d0272a41497ae431060223fbf0ef6dd Mon Sep 17 00:00:00 2001 From: Oliver Eyton-Williams Date: Sun, 20 Jun 2021 15:10:47 +0200 Subject: [PATCH] fix: allow 0.1 interval steps for spaceTimeout If the step is not specified, the default validation requires that the values are integers. Since the default value is 0.5, this prevented the settings from being changed. Now the step is 0.1 which should give enough control without clashing with the default --- assets/javascripts/templates/pages/settings_tmpl.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/javascripts/templates/pages/settings_tmpl.coffee b/assets/javascripts/templates/pages/settings_tmpl.coffee index 1428c0c2..1bf8e15e 100644 --- a/assets/javascripts/templates/pages/settings_tmpl.coffee +++ b/assets/javascripts/templates/pages/settings_tmpl.coffee @@ -60,7 +60,7 @@ app.templates.settingsPage = (settings) -> """ Use spacebar to scroll during search