From f31d5280e0b745f16120f22bdc2bb961300355c4 Mon Sep 17 00:00:00 2001 From: Baobhan Sith <80159437+Heavrnl@users.noreply.github.com> Date: Mon, 5 May 2025 09:33:48 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=BC=93=E8=A7=A3=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E5=AD=97=E4=BD=93=E6=97=B6=E7=BB=88=E7=AB=AF=E4=B8=8B=E6=96=B9?= =?UTF-8?q?=E5=87=BA=E7=8E=B0=E7=9A=84=E7=A9=BA=E7=99=BD=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/LayoutRenderer.vue | 20 ++++++- packages/frontend/src/components/Terminal.vue | 54 +++++++++++++------ 2 files changed, 56 insertions(+), 18 deletions(-) diff --git a/packages/frontend/src/components/LayoutRenderer.vue b/packages/frontend/src/components/LayoutRenderer.vue index 2bcabcd..7529e4c 100644 --- a/packages/frontend/src/components/LayoutRenderer.vue +++ b/packages/frontend/src/components/LayoutRenderer.vue @@ -39,6 +39,11 @@ const props = defineProps({ type: String as PropType, default: null, }, + // +++ Add layoutLocked prop +++ + layoutLocked: { + type: Boolean, + default: false, + }, // Removed terminalManager prop definition }); @@ -488,8 +493,10 @@ onMounted(() => {