mirror of
https://github.com/go-gitea/gitea.git
synced 2026-08-04 06:32:56 +02:00
change loading
This commit is contained in:
@@ -66,7 +66,7 @@ export async function initViewFileTreeSidebar() {
|
||||
|
||||
const files = await loadChildren({path: treePath}, true);
|
||||
|
||||
fileTree.classList.remove('center');
|
||||
fileTree.classList.remove('is-loading');
|
||||
const fileTreeView = createApp(ViewFileTree, {files, selectedItem, loadChildren, loadContent: (item) => {
|
||||
window.history.pushState(null, null, item.htmlUrl);
|
||||
selectedItem.value = item.path;
|
||||
|
||||
Reference in New Issue
Block a user