[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

@@ -45,7 +45,7 @@ import { useErrorHandling } from '@/composables/useErrorHandling'
import {
usePragmaticDraggable,
usePragmaticDroppable
} from '@/composables/usePragmaticDroppable'
} from '@/composables/usePragmaticDragAndDrop'
import type {
RenderedTreeExplorerNode,
TreeExplorerDragAndDropData,

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'

View File

@@ -2,7 +2,7 @@ import { LGraphNode } from '@comfyorg/litegraph'
import { LiteGraph } from '@comfyorg/litegraph'
import { Ref } from 'vue'
import { usePragmaticDroppable } from '@/composables/usePragmaticDroppable'
import { usePragmaticDroppable } from '@/composables/usePragmaticDragAndDrop'
import { app as comfyApp } from '@/scripts/app'
import { useLitegraphService } from '@/services/litegraphService'
import { useWorkflowService } from '@/services/workflowService'