Minor cleanup
This commit is contained in:
parent
a277800868
commit
06629224c6
|
@ -273,7 +273,7 @@ function configDialog(style) {
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 'range':
|
case 'range':
|
||||||
case 'number': {
|
case 'number':
|
||||||
children = [
|
children = [
|
||||||
va.type === 'range' && $create('span.current-value', {textContent: va.value + va.units}),
|
va.type === 'range' && $create('span.current-value', {textContent: va.value + va.units}),
|
||||||
va.input = $create('input.config-value', {
|
va.input = $create('input.config-value', {
|
||||||
|
@ -285,7 +285,6 @@ function configDialog(style) {
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
break;
|
break;
|
||||||
}
|
|
||||||
|
|
||||||
default: {
|
default: {
|
||||||
const options = {
|
const options = {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user