fixes and cleanup
This commit is contained in:
@@ -69,7 +69,6 @@ function onFilePreview(file: VirtualFile) {
|
||||
|
||||
watch(search, async (value) => {
|
||||
searchResults.value = [];
|
||||
console.log('search', value, value.length);
|
||||
if (value.length < 3) {
|
||||
return;
|
||||
}
|
||||
@@ -117,16 +116,6 @@ async function buildIndex() {
|
||||
grid-gap: 4px;
|
||||
}
|
||||
|
||||
.file-manager__preview {
|
||||
max-height: 25vh;
|
||||
transition: max-height 200ms;
|
||||
transition-behavior: allow-discrete;
|
||||
}
|
||||
|
||||
.file-manager__preview:hover {
|
||||
max-height: initial;
|
||||
}
|
||||
|
||||
.file-manager-dir {
|
||||
list-style-type: none;
|
||||
padding-left: 1rem;
|
||||
|
||||
Reference in New Issue
Block a user