mirror of
https://github.com/zebrajr/ollama-webui.git
synced 2025-12-05 12:20:26 +01:00
feat: do not initiate requests when the RecursiveFolder is not open to speed up page loading
This commit is contained in:
parent
5043e7fc8c
commit
ccfb0f54e1
|
|
@ -385,7 +385,9 @@
|
|||
}
|
||||
};
|
||||
|
||||
$: setFolderItems(open);
|
||||
$: if (open) {
|
||||
setFolderItems();
|
||||
}
|
||||
|
||||
const renameHandler = async () => {
|
||||
console.log('Edit');
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user