Compare commits
1 Commits
a3c1dfad2d
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| ed03740852 |
@@ -132,7 +132,7 @@ const flippedSign = computed(()=>props.flip?-1:1)
|
||||
const balance100 = computed( {
|
||||
get() {return flippedSign.value*props.builder.balance*100},
|
||||
set(v) {
|
||||
if (v<-60) v = -60;
|
||||
// if (v<-60) v = -60;
|
||||
props.builder.balance = flippedSign.value*v/100; }
|
||||
} )
|
||||
|
||||
|
||||
Reference in New Issue
Block a user