Skip to content

Deprecated Command nuclide-file-tree:toggle #123

@vaaralav

Description

@vaaralav

When entering Zen mode for the first time the following appeared.

screenshot 2019-02-20 at 10 20 04

These lines could probably be removed:

  • Zen/lib/zen.coffee

    Lines 147 to 153 in a19ff78

    if $('.nuclide-file-tree').length
    if panel.isVisible()
    atom.commands.dispatch(
    atom.views.getView(atom.workspace),
    'nuclide-file-tree:toggle'
    )
    @restoreTree = true
  • Zen/lib/zen.coffee

    Lines 194 to 199 in a19ff78

    if $('.nuclide-file-tree').length
    unless panel.isVisible()
    atom.commands.dispatch(
    atom.views.getView(atom.workspace),
    'nuclide-file-tree:toggle'
    )

Versions

$ apm --version
apm  2.1.3
npm  6.2.0
node 8.9.3 x64
atom 1.34.0
python 2.7.15
git 2.17.2

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