rspace-online/modules/rflows
Jeff Emmett 9cdf246cc1 fix(rflows): prevent Delete/Backspace from deleting nodes while editing
- Use composedPath()[0] instead of e.target in document keydown handler
  to pierce Shadow DOM event retargeting (inputs inside shadow DOM were
  seen as the host element, bypassing the INPUT tag guard)
- Block Delete/Backspace at document level when editor or inline config
  panel is open
- Add stopPropagation on editor panel inputs for defense-in-depth

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-06 20:41:00 -08:00
..
components fix(rflows): prevent Delete/Backspace from deleting nodes while editing 2026-03-06 20:41:00 -08:00
db feat: add unified notification system with real-time WS delivery 2026-03-03 18:59:09 -08:00
lib feat(rflows): move on-ramp directly into rspace-online 2026-03-06 18:20:35 -08:00
landing.ts feat: add animated SVG visuals to rFlows landing page 2026-03-04 17:03:06 -08:00
local-first-client.ts feat: canvas-first rFlows with flow storage, retrieval, and management 2026-03-04 19:19:57 -08:00
mod.ts feat(encryptid): add fund claim flow for on-ramp transactions 2026-03-06 18:53:57 -08:00
schemas.ts feat: canvas-first rFlows with flow storage, retrieval, and management 2026-03-04 19:19:57 -08:00