fix: display full tag path in add tags menu
This commit is contained in:
@@ -455,7 +455,7 @@ export const NotesOptions = observer(
|
|||||||
: ''
|
: ''
|
||||||
}`}
|
}`}
|
||||||
>
|
>
|
||||||
{tag.title}
|
{appState.noteTags.getLongTitle(tag)}
|
||||||
</span>
|
</span>
|
||||||
</button>
|
</button>
|
||||||
))}
|
))}
|
||||||
|
|||||||
Reference in New Issue
Block a user