0

Fix missing anchor points in slider. Fixes #2750

This commit is contained in:
Gabe Kangas 2023-03-14 20:44:04 -07:00
parent cb22147ddb
commit d1fe99f3d5
No known key found for this signature in database
GPG Key ID: 4345B2060657F330

View File

@ -435,9 +435,9 @@ export const ENCODER_PRESET_SLIDER_MARKS = {
},
label: 'lowest',
},
1: '',
2: '',
3: '',
1: ' ',
2: ' ',
3: ' ',
4: {
style: {
marginLeft: '-15px',