feat: #8410 added new feature to module searchbar #1272

Merged
provira merged 18 commits from 8410-improveModuleSearchbar into dev 2025-01-31 10:02:50 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 42e46a88fb - Show all commits

View File

@ -25,7 +25,7 @@ const props = defineProps({
});
const initialized = ref(false);
const items = ref([]);
const searchingValue = ref(false);
const searchingValue = false;
const expansionItemElements = reactive({});
const pinnedModules = computed(() => {
const map = new Map();