Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 4f0d815

Browse files
author
Max Brunsfeld
authored
Merge pull request #889 from atom/mb-fix-search-in-directory-context-menu
Fix tree view selector for Search in Directory context menu item
2 parents bf25a63 + 4505cb2 commit 4f0d815

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

menus/find-and-replace.cson

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
]
2323

2424
'context-menu':
25-
'.tree-view > li.directory': [
25+
'.tree-view li.directory': [
2626
{ 'label': 'Search in Directory', 'command': 'project-find:show-in-current-directory' }
2727
]
2828
'.path-details.list-item': [

0 commit comments

Comments
 (0)