mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2024-12-03 01:08:05 +09:00
chore(client): Fix bug
This commit is contained in:
parent
9af396e761
commit
744487ceb3
@ -288,7 +288,7 @@ export default Vue.extend({
|
||||
borderColor: x.color,
|
||||
borderDash: x.borderDash || [],
|
||||
backgroundColor: alpha(x.color, 0.1),
|
||||
fill: x.fill == null ? true : x.false,
|
||||
fill: x.fill == null ? true : x.fill,
|
||||
hidden: !!x.hidden
|
||||
}))
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user