Skip to content

Commit 9e5352b

Browse files
committed
fix: event
1 parent b758c9e commit 9e5352b

File tree

1 file changed

+1
-1
lines changed
  • ui/src/components/ai-chat/component/control

1 file changed

+1
-1
lines changed

ui/src/components/ai-chat/component/control/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import bus from '@/bus'
1616
import { ref, nextTick, onMounted } from 'vue'
1717
import { t } from '@/locales'
1818
const isOpen = ref<boolean>(false)
19-
const eventVal = ref()
19+
const eventVal = ref<any>({})
2020
function getSelection() {
2121
const selection = window.getSelection()
2222
if (selection && selection.anchorNode == null) {

0 commit comments

Comments
 (0)