Commit 1e202997 authored by timel's avatar timel

fix: small

parent 6cd81621
......@@ -13,7 +13,7 @@ export const focus = async (props: { card: CardType; api: SpringApi }) => {
) {
const current = api.current[0].get();
await asyncStart(api)({
y: current.y + (matStore.isMe(card.location.controller) ? -1 : 1) * 200, // TODO: 放到config之中
y: current.y + (matStore.isMe(card.location.controller) ? -1 : 1) * 120, // TODO: 放到config之中
ry: 0,
rz: 0,
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment