diff --git a/packages/sn-pickers-react/src/components/picker/picker.tsx b/packages/sn-pickers-react/src/components/picker/picker.tsx index e02268c34..a78640736 100644 --- a/packages/sn-pickers-react/src/components/picker/picker.tsx +++ b/packages/sn-pickers-react/src/components/picker/picker.tsx @@ -134,14 +134,8 @@ export const Picker: React.FunctionComponent> = (pro const handleJumpToCurrentPath = (path: string) => { setNavigationPath(path) - - if (term?.length && term.length > 0) { - debouncedQuery('') - } - - if (mode !== PickerModes.TREE) { - setMode(PickerModes.TREE) - } + debouncedQuery('') + setMode(PickerModes.TREE) } return (