1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-23 18:53:36 +02:00

Also showing the display when browsing tags.

This commit is contained in:
Ladislav Benc 2018-06-06 15:18:58 +02:00
parent 6dbc691973
commit 0d7437c7d2

View File

@ -835,10 +835,9 @@ class NoteTextComponent extends React.Component {
}
const toolbarItems = [];
if (note
&& this.state.folder !== null
&& this.props.notesParentType == 'Search') {
&& ['Search', 'Tag'].includes(this.props.notesParentType)) {
toolbarItems.push({
title: this.state.folder.title,
iconName: 'fa-folder-o',