File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Packages/com.unity.inputsystem/InputSystem/Editor/PropertyDrawers Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ internal static class SearchConstants
1212 // SearchFlags: these flags are used to customize how search is performed and how search
1313 // results are displayed in the advanced object picker.
1414 // Note: SearchFlags.Packages is not currently used and hides all results from packages.
15- internal static readonly SearchFlags PickerSearchFlags = SearchFlags . Sorted | SearchFlags . OpenPicker ;
15+ internal static readonly SearchFlags PickerSearchFlags = SearchFlags . OpenPicker ;
1616
1717 // Search.SearchViewFlags : these flags are used to customize the appearance of the PickerWindow.
1818 internal static readonly Search . SearchViewFlags PickerViewFlags = SearchViewFlags . DisableBuilderModeToggle
You can’t perform that action at this time.
0 commit comments