mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-03 06:47:33 +00:00
* Add distribute nodes * Fix node alt-clone does not work like copy/paste * Impl. emitEvent across LGraphCanvas - Create TS types and union for all events - Replaces all relevant dispatchEvent calls with emitEvent() * Remove unused code - showShowGraphOptionsPanel throws an exception when run. Safe to assume this function not in use. - Remove old commented code * Refactor - minor changes to clear TS errors * Add TS types * nit - ts-expect-error, comments * Remove legacy hook * Refactor - prefer typeof / instanceof / isArray * Refactor - TS type narrowing * nit