Update the Compare slider start position to the middle (#4052)

This commit is contained in:
ComfyUI Wiki
2025-06-03 12:40:13 +08:00
committed by GitHub
parent 86aeeb87bb
commit 05ef25a7a3
2 changed files with 2 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ import { ref, watch } from 'vue'
import BaseThumbnail from '@/components/templates/thumbnails/BaseThumbnail.vue'
const SLIDER_START_POSITION = 21
const SLIDER_START_POSITION = 50
const { baseImageSrc, overlayImageSrc, isHovered, isVideo } = defineProps<{
baseImageSrc: string