mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-30 03:01:54 +00:00
[bugfix] Fix RefreshButton component name conflict (#4773)
Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
<MaskEditorButton />
|
<MaskEditorButton />
|
||||||
<ConvertToSubgraphButton />
|
<ConvertToSubgraphButton />
|
||||||
<DeleteButton />
|
<DeleteButton />
|
||||||
<RefreshButton />
|
<RefreshSelectionButton />
|
||||||
<ExtensionCommandButton
|
<ExtensionCommandButton
|
||||||
v-for="command in extensionToolboxCommands"
|
v-for="command in extensionToolboxCommands"
|
||||||
:key="command.id"
|
:key="command.id"
|
||||||
@@ -39,7 +39,7 @@ import ExtensionCommandButton from '@/components/graph/selectionToolbox/Extensio
|
|||||||
import HelpButton from '@/components/graph/selectionToolbox/HelpButton.vue'
|
import HelpButton from '@/components/graph/selectionToolbox/HelpButton.vue'
|
||||||
import MaskEditorButton from '@/components/graph/selectionToolbox/MaskEditorButton.vue'
|
import MaskEditorButton from '@/components/graph/selectionToolbox/MaskEditorButton.vue'
|
||||||
import PinButton from '@/components/graph/selectionToolbox/PinButton.vue'
|
import PinButton from '@/components/graph/selectionToolbox/PinButton.vue'
|
||||||
import RefreshButton from '@/components/graph/selectionToolbox/RefreshButton.vue'
|
import RefreshSelectionButton from '@/components/graph/selectionToolbox/RefreshSelectionButton.vue'
|
||||||
import { useCanvasInteractions } from '@/composables/graph/useCanvasInteractions'
|
import { useCanvasInteractions } from '@/composables/graph/useCanvasInteractions'
|
||||||
import { useExtensionService } from '@/services/extensionService'
|
import { useExtensionService } from '@/services/extensionService'
|
||||||
import { type ComfyCommandImpl, useCommandStore } from '@/stores/commandStore'
|
import { type ComfyCommandImpl, useCommandStore } from '@/stores/commandStore'
|
||||||
|
|||||||
Reference in New Issue
Block a user