simplify error rendering logic
This commit is contained in:
@ -38,7 +38,7 @@ export class RelativeScale {
|
||||
}
|
||||
}
|
||||
|
||||
if (max === Number.MAX_VALUE) {
|
||||
if (max === Number.MIN_VALUE) {
|
||||
max = 0
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user