We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
not sure where this came from, but it's bumping the tree down
The text was updated successfully, but these errors were encountered:
hmm the active tab is no longer black either.
Sorry, something went wrong.
seems like a state issue in Atom, it thinks the active pain is not active
Yeah, here's the relevant Atom issue for the active pane problem: atom/atom#14283
One work-around is to open and close a pane when Atom starts:
openNewPane = -> atom.workspace.open(null, { split: "right" }) closeActivePane = -> atom.workspace.getActiveTextEditor().destroy() defer = (fn) -> setTimeout fn, 1 openThenClose = -> openNewPane().then -> defer closeActivePane defer openThenClose
No branches or pull requests
not sure where this came from, but it's bumping the tree down
The text was updated successfully, but these errors were encountered: