Fix sliders

This commit is contained in:
barsdeveloper
2024-11-26 21:15:01 +01:00
parent 5c26c95b5d
commit 4cdcae1493
4 changed files with 21 additions and 1 deletions

View File

@@ -30,4 +30,8 @@ export default class ColorChannelEntity extends IEntity {
valueOf() {
return this.value
}
toString() {
return this.value.toString()
}
}