new maps

This commit is contained in:
2024-11-24 17:34:41 +00:00
parent eb6abbb97d
commit 641938f7e4
38 changed files with 1241 additions and 228 deletions

View File

@@ -69,7 +69,8 @@ function onFilePreview(file: VirtualFile) {
watch(search, async (value) => {
searchResults.value = [];
if (value === '') {
console.log('search', value, value.length);
if (value.length < 3) {
return;
}
if (searchAbort) {