jedmund-svelte/src/lib/components/admin/composer
Justin Edmund 7c08daffe8 fix: Add editor.view null checks to prevent click errors
Added defensive checks for editor.view across editor components to prevent
"Cannot read properties of undefined (reading 'posAtCoords')" errors when
clicking before editor is fully initialized.

Fixed in:
- focusEditor utility function
- ComposerLinkManager dropdown handlers
- bubble-menu event listeners and shouldShow
- SearchAndReplace goToSelection
2025-11-24 07:42:50 -08:00
..
BubbleColorPicker.svelte fix(svelte5): update event handler syntax from on:clickoutside to onclickoutside 2025-10-07 22:16:13 -07:00
BubbleTextStyleMenu.svelte fix: complete frontend component any type cleanup 2025-11-23 05:50:22 -08:00
ComposerBubbleMenu.svelte refactor: modernize Edra editor components and enhance functionality 2025-07-09 23:21:27 -07:00
ComposerCore.svelte fix: Svelte 5 migration and linting improvements (61 errors fixed) 2025-11-24 04:47:22 -08:00
ComposerLinkManager.svelte fix: Add editor.view null checks to prevent click errors 2025-11-24 07:42:50 -08:00
ComposerMediaHandler.svelte.ts refactor(admin): use session fetch in media components 2025-10-07 05:54:18 -07:00
ComposerToolbar.svelte lint: remove unused imports and rename unused parameters (6 fixes) 2025-11-23 14:38:52 +00:00
editorConfig.ts lint: remove unused imports and rename unused parameters (6 fixes) 2025-11-23 14:38:52 +00:00
index.ts fix: drag handle actions now affect the correct block 2025-06-26 10:33:27 -04:00
MediaInsertDropdown.svelte lint: remove unused imports and rename unused parameters (6 fixes) 2025-11-23 14:38:52 +00:00
TextStyleDropdown.svelte fix: drag handle actions now affect the correct block 2025-06-26 10:33:27 -04:00
types.ts fix: complete frontend component any type cleanup 2025-11-23 05:50:22 -08:00
useComposerEvents.svelte.ts fix: replace any types in frontend components 2025-11-23 05:32:09 -08:00
useDropdown.svelte.ts fix: drag handle actions now affect the correct block 2025-06-26 10:33:27 -04:00