Spaces:
Runtime error
Runtime error
Thomas G. Lopes
commited on
Commit
·
9b31207
1
Parent(s):
d7d2be5
fix onclick
Browse files
src/routes/canvas/chat-node.svelte
CHANGED
@@ -320,6 +320,7 @@
|
|
320 |
<div
|
321 |
class="rounded-lg border border-gray-200 bg-gray-50 focus-within:border-gray-900 focus-within:ring-2 focus-within:ring-gray-900/10"
|
322 |
{...fileUpload.dropzone}
|
|
|
323 |
>
|
324 |
{#if fileUpload.isDragging}
|
325 |
<div
|
|
|
320 |
<div
|
321 |
class="rounded-lg border border-gray-200 bg-gray-50 focus-within:border-gray-900 focus-within:ring-2 focus-within:ring-gray-900/10"
|
322 |
{...fileUpload.dropzone}
|
323 |
+
onclick={undefined}
|
324 |
>
|
325 |
{#if fileUpload.isDragging}
|
326 |
<div
|