code formatting

update db
This commit is contained in:
dr.lt.data
2024-01-16 10:45:24 +09:00
parent 75b9be5507
commit 58a2494715
8 changed files with 159 additions and 113 deletions

View File

@@ -15,10 +15,6 @@ export async function load_components() {
let data = await api.fetchApi('/manager/component/loads', {method: "POST"});
let components = await data.json();
// while(!app.graph) {
// await sleep(100);
// }
let start_time = Date.now();
let failed = [];
let failed2 = [];
@@ -250,4 +246,6 @@ function handlePaste(e) {
}
}
document.addEventListener("paste", handlePaste);
document.addEventListener("paste", handlePaste);