No context menu for Browsing
This commit is contained in:
@ -104,7 +104,7 @@ class List extends React.Component{
|
||||
)
|
||||
})
|
||||
}
|
||||
<ContextMenuTrigger onTrigger={e => this.handleContextMenu(e, row)} />
|
||||
{this.props.nocontext ? null : <ContextMenuTrigger onTrigger={e => this.handleContextMenu(e, row)} />}
|
||||
</div>
|
||||
)
|
||||
})
|
||||
|
||||
@ -124,6 +124,7 @@ class LibraryBrowse extends React.Component{
|
||||
<Header icon="music" title={title} options={options} uiActions={this.props.uiActions} />
|
||||
<section className="content-wrapper">
|
||||
<List
|
||||
nocontext
|
||||
columns={[{ name: 'name', width: '100'}]}
|
||||
rows={items.folders}
|
||||
className="library-local-directory-list"
|
||||
|
||||
Reference in New Issue
Block a user