Update LayoutRenderer.vue
This commit is contained in:
@@ -277,8 +277,11 @@ const sidebarProps = computed(() => (paneName: PaneName | null, side: 'left' | '
|
|||||||
console.log(`[LayoutRenderer Sidebar] Forwarding 'request-edit-connection'`);
|
console.log(`[LayoutRenderer Sidebar] Forwarding 'request-edit-connection'`);
|
||||||
emit('request-edit-connection', conn);
|
emit('request-edit-connection', conn);
|
||||||
},
|
},
|
||||||
// We might not need 'request-add-connection' from the sidebar context
|
// Forward 'request-add-connection' from sidebar context
|
||||||
// onRequestAddConnection: () => emit('request-add-connection')
|
onRequestAddConnection: () => {
|
||||||
|
console.log(`[LayoutRenderer Sidebar] Forwarding 'request-add-connection'`);
|
||||||
|
emit('request-add-connection');
|
||||||
|
}
|
||||||
};
|
};
|
||||||
case 'fileManager':
|
case 'fileManager':
|
||||||
// Only provide props if there's an active session
|
// Only provide props if there's an active session
|
||||||
|
|||||||
Reference in New Issue
Block a user