diff --git a/skore-ui/src/components/DraggableList.vue b/skore-ui/src/components/DraggableList.vue index 31b45586d..314eccde1 100644 --- a/skore-ui/src/components/DraggableList.vue +++ b/skore-ui/src/components/DraggableList.vue @@ -194,7 +194,7 @@ onBeforeUnmount(() => { :class="{ visible: dropIndicatorPosition === -1 && index === 0 }" />
- +
diff --git a/skore-ui/src/views/ComponentsView.vue b/skore-ui/src/views/ComponentsView.vue index 197a26e4d..2bd395c4d 100644 --- a/skore-ui/src/views/ComponentsView.vue +++ b/skore-ui/src/views/ComponentsView.vue @@ -1314,11 +1314,13 @@ const richText = ref( @drop="onItemDrop($event)" @dragover.prevent > -