1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-01 07:01:12 +00:00

[dir view] 'list' mode: fixed positions of the tooltip and the 'edit' popover for tags of the file items (#5672)

This commit is contained in:
llj
2023-10-08 16:44:00 +08:00
committed by GitHub
parent a2810b73af
commit b03c18ae6f

View File

@@ -751,10 +751,10 @@ class DirentListItem extends React.Component {
</Fragment>
)}
</td>
<td className="tag-list-title" id={this.tagListTitleID}>
<td className="tag-list-title">
{(dirent.type !== 'dir' && dirent.file_tags && dirent.file_tags.length > 0) && (
<Fragment>
<div className="dirent-item tag-list tag-list-stacked">
<div id={this.tagListTitleID} className="dirent-item tag-list tag-list-stacked">
{dirent.file_tags.map((fileTag, index) => {
let length = dirent.file_tags.length;
return (