feat(WIP): 턴 조작기 고급 기능

- 잘라내기, 복사하기, 붙여넣기
- 반복하기
- 비우기
- 지우고 당기기, 뒤로 밀기
This commit is contained in:
2022-03-23 20:12:59 +09:00
parent bcf52e0460
commit 39ac64b837
3 changed files with 252 additions and 37 deletions
+1 -1
View File
@@ -425,7 +425,7 @@ export default defineComponent({
const emptyTurn: TurnObjWithTime[] = Array.from<TurnObjWithTime>({
length: this.maxTurn,
}).fill({
arg: null,
arg: {},
brief: "",
action: "",
year: undefined,