We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b758c9e commit 9e5352bCopy full SHA for 9e5352b
ui/src/components/ai-chat/component/control/index.vue
@@ -16,7 +16,7 @@ import bus from '@/bus'
16
import { ref, nextTick, onMounted } from 'vue'
17
import { t } from '@/locales'
18
const isOpen = ref<boolean>(false)
19
-const eventVal = ref()
+const eventVal = ref<any>({})
20
function getSelection() {
21
const selection = window.getSelection()
22
if (selection && selection.anchorNode == null) {
0 commit comments