This commit is contained in:
Baobhan Sith
2025-04-18 00:24:43 +08:00
parent 5e2762036a
commit dfbf891fc0
4 changed files with 7 additions and 15 deletions
@@ -20,7 +20,7 @@ const layoutStore = useLayoutStore();
// --- Methods ---
const closePane = () => {
console.log(`[PaneTitleBar] Requesting to close pane: ${props.paneName}`);
layoutStore.setPaneVisibility(props.paneName, false);
// layoutStore.setPaneVisibility(props.paneName, false);
};
</script>