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:
parent
6dbc691973
commit
0d7437c7d2
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user