Files
FossFLOW/packages
Stan ea0bce0d28 Feat/click connector mode (#106)
* fix: eliminate re-render loop causing export failures

- Remove onModelUpdated callback that triggered infinite re-render cycles
- Replace debounce hack with controlled useEffect-based export timing
- Ensure DOM stability before export execution to prevent null containerRef
- Add isExporting guard to prevent concurrent export operations

Resolves issue where image export functionality was completely broken due to
infinite re-rendering caused by onModelUpdated callback.

Fixes #84

* Update packages/fossflow-lib/src/components/ExportImageDialog/ExportImageDialog.tsx

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Fixed connectors

---------

Co-authored-by: Manfred Michaelis <mm@michm.de>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Stan <stanleylsmith@pm.me>
2025-08-25 14:24:55 +00:00
..