remove set transform call for now
This commit is contained in:
parent
7535245702
commit
a655e21f45
|
|
@ -83,7 +83,7 @@ export class FolkSpaceRadial extends HTMLElement {
|
||||||
});
|
});
|
||||||
|
|
||||||
// Set the transform on the child
|
// Set the transform on the child
|
||||||
element.setTransform(transform);
|
// element.setTransform(transform);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue