mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-02 15:38:15 +00:00
[dir view] 'list' mode: fixed position of the 'tag edit' popover for file items without tags (#5678)
This commit is contained in:
@@ -767,6 +767,9 @@ class DirentListItem extends React.Component {
|
||||
</UncontrolledTooltip>
|
||||
</Fragment>
|
||||
)}
|
||||
{(dirent.type !== 'dir' && (!dirent.file_tags || dirent.file_tags.length == 0)) && (
|
||||
<div id={this.tagListTitleID} className="dirent-item tag-list tag-list-stacked"></div>
|
||||
)}
|
||||
</td>
|
||||
<td className="operation">{this.renderItemOperation()}</td>
|
||||
<td className="file-size">{dirent.size && dirent.size}</td>
|
||||
|
Reference in New Issue
Block a user