1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-06 17:33:18 +00:00

abstract dir-operation-toolbar and view-mode-toolbar (#2569)

This commit is contained in:
杨顺强
2018-11-28 08:57:42 +08:00
committed by Daniel Pan
parent 0b022029e5
commit 330407be0b
17 changed files with 247 additions and 200 deletions

View File

@@ -24,7 +24,7 @@ class Dirent {
if (json.file_tags) {
file_tags = json.file_tags.map(item => {
return new FileTag(item);
})
});
}
this.file_tags = file_tags;
}