mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-20 06:44:32 +00:00
Expose currently active color palette (#3304)
This commit is contained in:
@@ -181,6 +181,7 @@ export const useColorPaletteService = () => {
|
||||
}
|
||||
|
||||
return {
|
||||
getActiveColorPalette: () => colorPaletteStore.completedActivePalette,
|
||||
addCustomColorPalette: wrapWithErrorHandling(addCustomColorPalette),
|
||||
deleteCustomColorPalette: wrapWithErrorHandling(deleteCustomColorPalette),
|
||||
loadColorPalette: wrapWithErrorHandlingAsync(loadColorPalette),
|
||||
|
||||
Reference in New Issue
Block a user