We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e4f553 commit 5418df4Copy full SHA for 5418df4
1 file changed
ui/src/app/modules/eqmac-components/components/flat-slider/flat-slider.component.ts
@@ -316,15 +316,15 @@ export class FlatSliderComponent {
316
317
style.borderRadius = '100%'
318
if (this.orientation === 'horizontal') {
319
- style.left = `${this.utils.logMapValueInverse({
+ style.left = `${this.mapValue({
320
value: this.value,
321
inMin: this.min,
322
inMax: this.max,
323
outMin: 0,
324
outMax: this.width - this.knobRadius * 2
325
})}px`
326
} else {
327
- style.bottom = `${this.utils.logMapValueInverse({
+ style.bottom = `${this.mapValue({
328
329
330
0 commit comments