Skip to content

Commit

Permalink
Merge pull request #1115 from kaste/dont-close-panel-views-on-tab
Browse files Browse the repository at this point in the history
Do not close panel views when cycling dashboards
  • Loading branch information
stoivo committed Mar 29, 2019
2 parents 91db556 + 5648e50 commit 13be1f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/interfaces/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ def run_async(self, source, target, reverse):

window = self.view.window()
if window:
window.run_command("hide_panel", {"cancel": True})
window.run_command(self.commands[to_load])
if not self.view.settings().get(view_signature):
sublime.set_timeout_async(self.view.close)
Expand Down

0 comments on commit 13be1f1

Please sign in to comment.