feat: 사령부에서 다른 수뇌의 턴을 '복사하기' 기능
This commit is contained in:
@@ -156,7 +156,7 @@ export default defineComponent({
|
||||
document.addEventListener("touchmove", touchMove);
|
||||
box.style.top = start.y + "px";
|
||||
box.style.left = start.x + "px";
|
||||
uContainer.prepend(box);
|
||||
uContainer.append(box);
|
||||
intersection();
|
||||
isMine = true;
|
||||
emit("dragStart");
|
||||
|
||||
Reference in New Issue
Block a user