jedmund-svelte/src/lib/components/admin/composer
Justin Edmund e36f70d8c2 fix: ensure editor placeholder shows on initial page load
- Always initialize editor with content to create paragraph node
- Remove logic that prevented setting empty paragraph content
- Remove unused initialized variable
- This ensures the placeholder is visible when editor first loads

The issue was that the editor needs at least one paragraph node
for the placeholder to display, but the previous logic prevented
this from happening on initial load.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-26 14:17:03 -04:00
..
BubbleColorPicker.svelte feat: implement enhanced bubble menu with text styles and color pickers 2025-06-26 12:07:24 -04:00
BubbleTextStyleMenu.svelte feat: implement enhanced bubble menu with text styles and color pickers 2025-06-26 12:07:24 -04:00
ComposerBubbleMenu.svelte feat: implement enhanced bubble menu with text styles and color pickers 2025-06-26 12:07:24 -04:00
ComposerCore.svelte fix: ensure editor placeholder shows on initial page load 2025-06-26 14:17:03 -04:00
ComposerLinkManager.svelte fix: drag handle actions now affect the correct block 2025-06-26 10:33:27 -04:00
ComposerMediaHandler.svelte.ts fix: drag handle actions now affect the correct block 2025-06-26 10:33:27 -04:00
ComposerToolbar.svelte style: enhance toolbar with glassmorphism and improved design 2025-06-26 11:58:34 -04:00
editorConfig.ts feat: add toolbar feature flag to disable toolbar in favor of bubble menu 2025-06-26 11:58:10 -04:00
index.ts fix: drag handle actions now affect the correct block 2025-06-26 10:33:27 -04:00
MediaInsertDropdown.svelte fix: drag handle actions now affect the correct block 2025-06-26 10:33:27 -04:00
TextStyleDropdown.svelte fix: drag handle actions now affect the correct block 2025-06-26 10:33:27 -04:00
types.ts feat: add toolbar feature flag to disable toolbar in favor of bubble menu 2025-06-26 11:58:10 -04:00
useComposerEvents.svelte.ts fix: drag handle actions now affect the correct block 2025-06-26 10:33:27 -04:00
useDropdown.svelte.ts fix: drag handle actions now affect the correct block 2025-06-26 10:33:27 -04:00