forked from MapComplete/MapComplete
Download logo
This commit is contained in:
parent
7ef2f429f2
commit
1bd5411071
3 changed files with 11 additions and 3 deletions
|
@ -37,7 +37,7 @@ export default class DirectionInput extends InputElement<string> {
|
|||
console.log("Inner render direction")
|
||||
return new Combine([
|
||||
Svg.direction_svg().SetStyle(
|
||||
`position: absolute;top: 0;left: 0;width: 100%;height: 100%;rotategs:${this.value.data}deg;`)
|
||||
`position: absolute;top: 0;left: 0;width: 100%;height: 100%;rotate:${this.value.data}deg;`)
|
||||
.SetClass("direction-svg"),
|
||||
Svg.compass_svg().SetStyle(
|
||||
"position: absolute;top: 0;left: 0;width: 100%;height: 100%;")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue