Browse Source

任务中的评论移除文件后点击保存文件仍然在

tags/v1.22.6.1^2
zhoupzh 4 years ago
parent
commit
c5c6216637
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      web_src/js/index.js

+ 1
- 1
web_src/js/index.js View File

@@ -1225,7 +1225,7 @@ async function initRepository() {
const $content = $segment.parent();
if (!$content.find('.ui.small.images').length) {
if (data.attachments !== '') {
$content.find('.ui.middle.aligned').html(data.attachments)
}
} else if (data.attachments === '') {
$content


Loading…
Cancel
Save