Skip to content

Commit

Permalink
fix(stage): 修复moveable中custom able旋转中心错误问题 (Tencent#575)
Browse files Browse the repository at this point in the history
  • Loading branch information
Little-LittleProgrammer authored Mar 8, 2024
1 parent e692e01 commit 842fa22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/stage/src/MoveableActionsAble.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default (handler: (type: AbleActionEventType) => void) => ({
left: 0px;
top: 0px;
will-change: transform;
transform-origin: 0px 0px;
transform-origin: 60px 28px;
display: flex;
}
${ableCss}
Expand Down

0 comments on commit 842fa22

Please sign in to comment.