mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-01 15:09:14 +00:00
Wiki bug repair (#2492)
This commit is contained in:
@@ -78,6 +78,10 @@ class Node {
|
||||
}
|
||||
}
|
||||
|
||||
isFile() {
|
||||
return this.type === 'file';
|
||||
}
|
||||
|
||||
isDir() {
|
||||
return this.type == 'dir';
|
||||
}
|
||||
|
Reference in New Issue
Block a user