фикс некорректного ограничения центральной частоты
This commit is contained in:
@@ -22,6 +22,8 @@ def extract_param_names(mc):
|
||||
copy_fields['min'] = widget['min']
|
||||
if 'max' in widget:
|
||||
copy_fields['max'] = widget['max']
|
||||
if 'step' in widget:
|
||||
copy_fields['step'] = widget['step']
|
||||
|
||||
match widget['widget']:
|
||||
case 'select': return [{"initValue": widget['values'][0]['value']} | copy_fields]
|
||||
|
Reference in New Issue
Block a user