Add file tree to menu
This commit is contained in:
@@ -59,6 +59,10 @@ export class FSNode {
|
||||
(this.password_permissions !== undefined && Object.keys(this.password_permissions).length > 0)
|
||||
}
|
||||
|
||||
is_hidden = (): boolean => {
|
||||
return this.name.startsWith(".")
|
||||
}
|
||||
|
||||
download = () => {
|
||||
const a = document.createElement("a")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user