Skip to content

The "Create File" item does not appear in the menu under the Chinese directory #4

@penghaiqiu1988

Description

@penghaiqiu1988

The "Create File" item does not appear in the menu under the Chinese directory
Modify main.js to resolve:
// Original judgment
const showCreateFile = ent.isFolder && ent.uri === location.pathname && HFS.state.props.can_upload

// Change it to the following
const showCreateFile =
ent.isFolder && decodeURIComponent(ent.uri) === decodeURIComponent(location.pathname) && HFS.state.props.can_upload

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions