fix: 갱신시마다 커맨드 테이블을 다시 불러줘야 함

This commit is contained in:
2023-03-22 22:58:05 +09:00
parent 9b4d5455e5
commit b02911038b
+1
View File
@@ -511,6 +511,7 @@ watch(refreshCounter, async () => {
const reservedCommandPanel = ref<InstanceType<typeof PartialReservedCommand> | null>(null);
watch(refreshCounter, async () => {
reservedCommandPanel.value?.reloadCommandList();
reservedCommandPanel.value?.updateCommandTable();
});
</script>
<style lang="scss" scoped>