[Cleanup] Rename usePragmaticDroppable to usePragmaticDragAndDrop (#2441)

This commit is contained in:
Chenlei Hu
2025-02-05 17:46:28 -05:00
committed by GitHub
parent a4d99d9d28
commit a6031ec2be
4 changed files with 3 additions and 3 deletions

View File

@@ -35,7 +35,7 @@ import { ref } from 'vue'
import {
usePragmaticDraggable,
usePragmaticDroppable
} from '@/composables/usePragmaticDroppable'
} from '@/composables/usePragmaticDragAndDrop'
import { useWorkflowService } from '@/services/workflowService'
import { ComfyWorkflow } from '@/stores/workflowStore'
import { useWorkflowStore } from '@/stores/workflowStore'