We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bb0e98 commit 10118acCopy full SHA for 10118ac
SyncedSideBar.py
@@ -58,8 +58,9 @@ def show_view(view):
58
reveal = userPref if userPref is not None else pluginPref
59
60
if sidebarVisible and reveal != False:
61
+ win = view.window()
62
def reveal():
- view.window().run_command('reveal_in_side_bar')
63
+ win.run_command('reveal_in_side_bar')
64
65
# When using quick switch project, the view activates before the sidebar is ready.
66
# This tiny delay is imperceptible but works around the issue.
0 commit comments