fix default value for target seconds

pull/3291/head
paul-arg 2024-03-23 20:37:27 +01:00 committed by GitHub
parent 4ee05c01c9
commit c99676abcc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ var menu = {
format: function (v) { return pad2(v); }
},
'Seconds': {
value: 0,
value: data.target.s,
min: 0, max: 59, wrap: true,
onchange: v => {
data.target.s = v;