feat: add note icon property support

This commit is contained in:
lucaronin
2026-04-07 21:09:06 +02:00
parent 2eb8e02061
commit 771409d30b
34 changed files with 358 additions and 198 deletions

View File

@@ -0,0 +1,5 @@
export const FOCUS_NOTE_ICON_PROPERTY_EVENT = 'laputa:focus-note-icon-property'
export function focusNoteIconPropertyEditor(): void {
window.dispatchEvent(new CustomEvent(FOCUS_NOTE_ICON_PROPERTY_EVENT))
}