From deaf867314dab4f16266207ffccc202dac943dc4 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Wed, 1 Mar 2023 02:28:55 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EA=B0=B1=EC=8B=A0=EC=8B=9C=20=ED=84=B4?= =?UTF-8?q?=20=EC=8B=A4=ED=96=89=EA=B8=B0=EB=8F=84=20=EA=B0=99=EC=9D=B4=20?= =?UTF-8?q?=EA=B0=B1=EC=8B=A0(wip)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/ts/PageFront.vue | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/hwe/ts/PageFront.vue b/hwe/ts/PageFront.vue index 9620d5c8..6cd1e5d0 100644 --- a/hwe/ts/PageFront.vue +++ b/hwe/ts/PageFront.vue @@ -71,7 +71,7 @@ />
- +
@@ -413,6 +413,12 @@ watch(refreshCounter, async () => { }); } }); + + +const reservedCommandPanel = ref | null>(null); +watch(refreshCounter, async() => { + reservedCommandPanel.value?.reloadCommandList(); +});