Skip to content

Commit

Permalink
fix: Embedded AI conversation cannot open the tool box
Browse files Browse the repository at this point in the history
  • Loading branch information
shaohuzhang1 committed Jan 22, 2025
1 parent cd3d645 commit e966940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/components/ai-chat/component/control/index.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div>
<vue3-menus v-model:open="isOpen" :event="eventVal" :menus="menus" hasIcon>
<vue3-menus v-model:open="isOpen" :event="eventVal" :zIndex="9999" :menus="menus" hasIcon>
<template #icon="{ menu }"
><AppIcon v-if="menu.icon" :iconName="menu.icon"></AppIcon
></template>
Expand Down

0 comments on commit e966940

Please sign in to comment.