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

Commit 4505cb2

Browse files
committed
Fix tree view selector for Search in Directory context menu item
1 parent bf25a63 commit 4505cb2

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)