fix: display full tag path in add tags menu

This commit is contained in:
Mo
2022-02-08 22:01:06 -06:00
parent f6c9a9f9ad
commit 453488f752

View File

@@ -455,7 +455,7 @@ export const NotesOptions = observer(
: '' : ''
}`} }`}
> >
{tag.title} {appState.noteTags.getLongTitle(tag)}
</span> </span>
</button> </button>
))} ))}