File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1515 <MaskEditorButton />
1616 <ConvertToSubgraphButton />
1717 <DeleteButton />
18- <RefreshButton />
18+ <RefreshSelectionButton />
1919 <ExtensionCommandButton
2020 v-for =" command in extensionToolboxCommands"
2121 :key =" command.id"
@@ -39,7 +39,7 @@ import ExtensionCommandButton from '@/components/graph/selectionToolbox/Extensio
3939import HelpButton from ' @/components/graph/selectionToolbox/HelpButton.vue'
4040import MaskEditorButton from ' @/components/graph/selectionToolbox/MaskEditorButton.vue'
4141import PinButton from ' @/components/graph/selectionToolbox/PinButton.vue'
42- import RefreshButton from ' @/components/graph/selectionToolbox/RefreshButton .vue'
42+ import RefreshSelectionButton from ' @/components/graph/selectionToolbox/RefreshSelectionButton .vue'
4343import { useCanvasInteractions } from ' @/composables/graph/useCanvasInteractions'
4444import { useExtensionService } from ' @/services/extensionService'
4545import { type ComfyCommandImpl , useCommandStore } from ' @/stores/commandStore'
File renamed without changes.
You can’t perform that action at this time.
0 commit comments