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 0434a18 commit d1d9f24Copy full SHA for d1d9f24
ui/src/components/ai-chat/component/chat-input-operate/index.vue
@@ -1,5 +1,5 @@
1
<template>
2
- <div class="ai-chat__operate p-16" @drop="handleDrop">
+ <div class="ai-chat__operate p-16" @drop.prevent="handleDrop" @dragover.prevent>
3
<div class="text-center mb-8" v-if="loading">
4
<el-button class="border-primary video-stop-button" @click="stopChat">
5
<app-icon iconName="app-video-stop" class="mr-8"></app-icon>
0 commit comments