Skip to content

Commit e35c7e3

Browse files
committed
fix: wtf
1 parent 01dc6e6 commit e35c7e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/spine/layout/layoutItem.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ export const layoutItem = ({
173173

174174
const layoutPosition = new SpineItemSpineLayout({
175175
right: context.isRTL()
176-
? viewport.absoluteViewport.width - horizontalOffset - width
176+
? viewport.absoluteViewport.width - horizontalOffset
177177
: horizontalOffset + width,
178178
left,
179179
x: left,

0 commit comments

Comments
 (0)