fix: Fixes issue where selecting a third-party editor/note-type as default for a tag would not correctly apply editor
This commit is contained in:
@@ -39,7 +39,7 @@ export function getDropdownItemsForAllEditors(application: WebApplicationInterfa
|
||||
|
||||
return {
|
||||
label: editor.displayName,
|
||||
value: editor.uuid,
|
||||
value: editor.identifier,
|
||||
...(iconType ? { icon: iconType } : null),
|
||||
...(tint ? { iconClassName: `text-accessory-tint-${tint}` } : null),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user