feat: add note icon property support
This commit is contained in:
5
src/components/noteIconPropertyEvents.ts
Normal file
5
src/components/noteIconPropertyEvents.ts
Normal 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))
|
||||
}
|
||||
Reference in New Issue
Block a user