feat: 최근 실행턴의 중복 관리를 개선

This commit is contained in:
2022-03-26 23:44:01 +09:00
parent 7f2b4596f7
commit 428f2706c3
3 changed files with 31 additions and 9 deletions
+1 -1
View File
@@ -86,7 +86,7 @@
<div class="col-md-4 d-grid">
<BDropdown right text="최근">
<BDropdownItem
v-for="(action, idx) in recentActions"
v-for="(action, idx) in Array.from(recentActions.values()).reverse()"
:key="idx"
@click="void reserveCommandDirect([[Array.from(selectedTurnList.values()), action]])"
>