Skip to content

Commit

Permalink
fix: Cannot add tool when dragging by image
Browse files Browse the repository at this point in the history
  • Loading branch information
ramedina86 committed Dec 3, 2024
1 parent a041f1a commit ce8c338
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ui/src/builder/sidebar/BuilderSidebarToolkit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
<img
:alt="`(Icon for ${tool.name})`"
:src="`./../../../../components/${tool.type}.svg`"
draggable="false"
@error="
!isImageFallback[tool.type]
? handleImageError(
Expand Down

0 comments on commit ce8c338

Please sign in to comment.