rspace-online/lib
Jeff Emmett 42b29ff9d7 fix: Resolve replaceChild and activeElement errors in FolkJS components
- Fix activeElement undefined error by guarding against missing shadowRoot
- Fix replaceChild "parameter 2 is not of type Node" error in all 15 child
  components by using :scope > div selector to find container div directly
  instead of incorrectly searching inside slot.parentElement

The bug was caused by looking for a nested div that doesn't exist - the slot's
parent IS the container div that needs to be replaced.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-03 13:38:06 +01:00
..
DOMRectTransform.ts Initial rspace-online: FolkJS collaborative canvas with subdomain routing 2026-01-01 16:27:07 +01:00
Matrix.ts Initial rspace-online: FolkJS collaborative canvas with subdomain routing 2026-01-01 16:27:07 +01:00
TransformEvent.ts Initial rspace-online: FolkJS collaborative canvas with subdomain routing 2026-01-01 16:27:07 +01:00
Vector.ts Initial rspace-online: FolkJS collaborative canvas with subdomain routing 2026-01-01 16:27:07 +01:00
community-sync.ts feat: Add real-time presence cursors for collaboration 2026-01-02 19:13:51 +01:00
cursors.ts Initial rspace-online: FolkJS collaborative canvas with subdomain routing 2026-01-01 16:27:07 +01:00
folk-arrow.ts Add FolkArrow component for shape connections 2026-01-01 23:13:25 +01:00
folk-calendar.ts fix: Resolve replaceChild and activeElement errors in FolkJS components 2026-01-03 13:38:06 +01:00
folk-chat.ts fix: Resolve replaceChild and activeElement errors in FolkJS components 2026-01-03 13:38:06 +01:00
folk-element.ts Initial rspace-online: FolkJS collaborative canvas with subdomain routing 2026-01-01 16:27:07 +01:00
folk-embed.ts fix: Resolve replaceChild and activeElement errors in FolkJS components 2026-01-03 13:38:06 +01:00
folk-google-item.ts fix: Resolve replaceChild and activeElement errors in FolkJS components 2026-01-03 13:38:06 +01:00
folk-image-gen.ts fix: Resolve replaceChild and activeElement errors in FolkJS components 2026-01-03 13:38:06 +01:00
folk-map.ts fix: Resolve replaceChild and activeElement errors in FolkJS components 2026-01-03 13:38:06 +01:00
folk-markdown.ts fix: Resolve replaceChild and activeElement errors in FolkJS components 2026-01-03 13:38:06 +01:00
folk-obs-note.ts fix: Resolve replaceChild and activeElement errors in FolkJS components 2026-01-03 13:38:06 +01:00
folk-piano.ts fix: Resolve replaceChild and activeElement errors in FolkJS components 2026-01-03 13:38:06 +01:00
folk-prompt.ts fix: Resolve replaceChild and activeElement errors in FolkJS components 2026-01-03 13:38:06 +01:00
folk-shape.ts fix: Resolve replaceChild and activeElement errors in FolkJS components 2026-01-03 13:38:06 +01:00
folk-slide.ts fix: Resolve replaceChild and activeElement errors in FolkJS components 2026-01-03 13:38:06 +01:00
folk-transcription.ts fix: Resolve replaceChild and activeElement errors in FolkJS components 2026-01-03 13:38:06 +01:00
folk-video-chat.ts fix: Resolve replaceChild and activeElement errors in FolkJS components 2026-01-03 13:38:06 +01:00
folk-video-gen.ts fix: Resolve replaceChild and activeElement errors in FolkJS components 2026-01-03 13:38:06 +01:00
folk-workflow-block.ts fix: Resolve replaceChild and activeElement errors in FolkJS components 2026-01-03 13:38:06 +01:00
folk-wrapper.ts Add FolkWrapper component for standardized card UI 2026-01-01 23:06:48 +01:00
index.ts feat: Add advanced shapes (task-5) 2026-01-02 21:42:41 +01:00
maximize.ts feat: Add shared FolkJS utilities (maximize, pinned-view, toJSON) 2026-01-02 18:36:40 +01:00
pinned-view.ts feat: Add shared FolkJS utilities (maximize, pinned-view, toJSON) 2026-01-02 18:36:40 +01:00
presence.ts feat: Add real-time presence cursors for collaboration 2026-01-02 19:13:51 +01:00
resize-manager.ts Initial rspace-online: FolkJS collaborative canvas with subdomain routing 2026-01-01 16:27:07 +01:00
tags.ts Initial rspace-online: FolkJS collaborative canvas with subdomain routing 2026-01-01 16:27:07 +01:00
types.ts Initial rspace-online: FolkJS collaborative canvas with subdomain routing 2026-01-01 16:27:07 +01:00
utils.ts Initial rspace-online: FolkJS collaborative canvas with subdomain routing 2026-01-01 16:27:07 +01:00