Skip to content

Commit e3ffb95

Browse files
committed
Revert "Merge pull request #231 from lx1988cyk/patch-4"
This reverts commit 0a9b0d6, reversing changes made to 5f5880b. This merge should have been made on development - not master.
1 parent 0a9b0d6 commit e3ffb95

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

ctagsplugin.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -571,10 +571,6 @@ def show_tag_panel(view, result, jump_directly):
571571
def on_select(i):
572572
if i != -1:
573573
JumpPrev.append(view)
574-
# Work around bug in ST3 where the quick panel keeps focus after
575-
# selecting an entry.
576-
# See https://github.com/SublimeText/Issues/issues/39
577-
view.window().run_command('hide_overlay')
578574
scroll_to_tag(view, args[i])
579575

580576
if jump_directly and len(args) == 1:

0 commit comments

Comments
 (0)