mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 11:00:55 +03:00
Fix chat popup styles and remove console statements
This commit is contained in:
@@ -156,6 +156,7 @@
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: start;
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
.cloud-message {
|
||||
|
||||
@@ -255,10 +255,8 @@ export const ChatMessage = ({ open, chatflowid, isDialog }) => {
|
||||
e.preventDefault()
|
||||
e.stopPropagation()
|
||||
if (e.type === 'dragenter' || e.type === 'dragover') {
|
||||
console.log('drag enter')
|
||||
setIsDragActive(true)
|
||||
} else if (e.type === 'dragleave') {
|
||||
console.log('drag leave')
|
||||
setIsDragActive(false)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user