Commit e03b628e authored by chechunchi's avatar chechunchi

fix small

parent 5f9aa6f1
Pipeline #21581 passed with stages
in 17 minutes and 17 seconds
......@@ -114,7 +114,7 @@ export default (move: MsgMove) => {
for (const hand of matStore.in(to.location).of(to.controler)) {
hand.focus = false;
}
}, 200);
}, 500);
}
break;
}
......
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