rspace-online/modules/rflows/components
Jeff Emmett ce3a3ae0c0 fix: inline editor click-outside handler in shadow DOM
The click-outside handler used event.target at the document level,
which in shadow DOM is retargeted to the host element. Clicking any
input inside the inline config panel (foreignObject) would immediately
dismiss it. Use composedPath() to correctly detect clicks inside the
shadow DOM boundary.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-05 12:44:19 -08:00
..
flows-demo.ts refactor: complete rfunds → rflows rename across configs and references 2026-03-03 19:13:14 -08:00
flows.css feat: canvas-first rFlows with flow storage, retrieval, and management 2026-03-04 19:19:57 -08:00
folk-flow-river.ts fix: migrate all rApp components to theme variables for dark/light mode 2026-03-04 12:55:07 -08:00
folk-flows-app.ts fix: inline editor click-outside handler in shadow DOM 2026-03-05 12:44:19 -08:00