formatter

This commit is contained in:
Davide Tantillo 2025-03-17 15:08:22 +01:00
parent 85d4715313
commit 71780e6d60

View File

@ -2185,7 +2185,7 @@ class SpineWebComponentOverlay extends HTMLElement implements OverlayAttributes,
return window.devicePixelRatio / this.scaleDPR;
}
private scaleSkeletonDPR() {
private scaleSkeletonDPR () {
this.skeletonList.forEach((widget) => {
// inside mode scale automatically to fit the skeleton within its parent
if (widget.mode !== "origin" && widget.fit !== "none") return;