verstak/cmd/verstak-gui/frontend-dist/assets
mirivlad 2cbb2986c1 fix: use Svelte dispatch for verstak-link events in MarkdownPreview
Problem: MarkdownPreview dispatched DOM CustomEvent via link.dispatchEvent()
which doesn't propagate through Svelte's event system. The on:verstak-link
handler on <MarkdownPreview> in NoteEditorPanel only catches Svelte dispatch()
events, not DOM CustomEvents from {@html} content.

Fix: Replaced DOM CustomEvent dispatch with Svelte createEventDispatcher.
Now handleClick() in MarkdownPreview calls dispatch('verstak-link', {...})
which properly propagates through NoteEditorPanel → App.svelte chain.

Also: removed unused importInternalLink import (was unused after
InternalLinkPicker replaced the manual modal).
2026-06-15 12:36:32 +08:00
..
app-icons chore: move app icons into frontend assets 2026-06-05 12:25:47 +08:00
main-DwDG7FeH.js fix: use Svelte dispatch for verstak-link events in MarkdownPreview 2026-06-15 12:36:32 +08:00
main-bQpH1es2.css feat: full Internal Link Picker with search and type filter 2026-06-15 09:57:11 +08:00