Skip to content

Commit

Permalink
fix: Embedded AI conversation cannot open the tool box (#2070)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaohuzhang1 authored Jan 22, 2025
1 parent 84475b3 commit ef75386
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 ef75386

Please sign in to comment.