Fix theme toggle (#200)

* Use builtin event on color change

* Fix theme toggle

* Update test expectations [skip ci]

---------

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
Chenlei Hu
2024-07-22 16:46:02 -04:00
committed by GitHub
parent 189662cd7c
commit bd68617c82
26 changed files with 25 additions and 32 deletions

View File

@@ -672,12 +672,6 @@ app.registerExtension({
}
app.canvas.draw(true, true);
}
document.dispatchEvent(
new CustomEvent("comfy:setting:color-palette-loaded", {
detail: colorPalette,
})
);
};
const getColorPalette = (colorPaletteId?) => {