mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-02 03:57:52 +00:00
fix: Reset conversation sidebar when copilot is open (#11657)
Both the Copilot and the conversation sidebar were open at the same time, which shouldn’t be possible.
This commit is contained in:
@@ -42,6 +42,7 @@ const showCopilotLauncher = computed(() => {
|
|||||||
const toggleSidebar = () => {
|
const toggleSidebar = () => {
|
||||||
updateUISettings({
|
updateUISettings({
|
||||||
is_copilot_panel_open: !uiSettings.value.is_copilot_panel_open,
|
is_copilot_panel_open: !uiSettings.value.is_copilot_panel_open,
|
||||||
|
is_contact_sidebar_open: false,
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Reference in New Issue
Block a user