adds support for generic components
This commit is contained in:
@ -92,8 +92,7 @@ namespace pxsim.visuals {
|
||||
}
|
||||
|
||||
public moveToCoord(xy: Coord) {
|
||||
let [x, y] = xy;
|
||||
translateEl(this.element, [x, y]);
|
||||
translateEl(this.element, xy);
|
||||
}
|
||||
|
||||
public updateTheme() {
|
||||
|
Reference in New Issue
Block a user