diff --git a/plugins/view-resources/src/components/filter/FilterTypePopup.svelte b/plugins/view-resources/src/components/filter/FilterTypePopup.svelte index 91da7b364c..6d6972aa7e 100644 --- a/plugins/view-resources/src/components/filter/FilterTypePopup.svelte +++ b/plugins/view-resources/src/components/filter/FilterTypePopup.svelte @@ -293,7 +293,7 @@ {/if} {#await getTypes(_class, nestedFrom) then types} {#each types as type, i} - {#if filter === undefined && hasNested(type)} + {#if filter === undefined && hasNested(type) && nestedFrom === undefined} keyDown(event, i)}